CsScopeNodeWithUsingDirectives Struct ReferenceBase class for AST scope nodes containing using directives.
More...
Inheritance diagram for CsScopeNodeWithUsingDirectives:
List of all members.
Detailed Description
Base class for AST scope nodes containing using directives.
Constructor & Destructor Documentation
CsScopeNodeWithUsingDirectives::CsScopeNodeWithUsingDirectives |
( |
cs_node |
type |
) |
[inline, explicit] |
|
CsScopeNodeWithUsingDirectives::CsScopeNodeWithUsingDirectives |
( |
cs_node |
type_, |
|
|
CsNode * |
parent |
|
) |
[inline] |
|
CsScopeNodeWithUsingDirectives::CsScopeNodeWithUsingDirectives |
( |
cs_node |
type, |
|
|
LineInfo |
line_info |
|
) |
[inline] |
|
CsScopeNodeWithUsingDirectives::CsScopeNodeWithUsingDirectives |
( |
cs_node |
type_, |
|
|
LineInfo |
line_info, |
|
|
CsNode * |
parent |
|
) |
[inline] |
|
Member Function Documentation
virtual void CsScopeNodeWithUsingDirectives::clearEntities |
( |
|
) |
[virtual] |
|
Member Data Documentation
|
Scope containing using-alias-directives.
WARNING:
transformation parser store pointers to using alias directives, use reinterpret_cast to convert CsEntity pointer to CsUsingAliasDirective pointer.
compilation parser store pointers to entities on which using alias directives refers. |
|