UsingDirectiveAST Class Reference
#include <ast.h>
Inheritance diagram for UsingDirectiveAST:


Public Types | |
typedef std::auto_ptr< UsingDirectiveAST > | Node |
enum | { Type = NodeType_UsingDirective } |
Public Member Functions | |
UsingDirectiveAST () | |
NameAST * | name () |
void | setName (NameAST::Node &name) |
Private Member Functions | |
UsingDirectiveAST (const UsingDirectiveAST &source) | |
void | operator= (const UsingDirectiveAST &source) |
Private Attributes | |
NameAST::Node | m_name |
Member Typedef Documentation
|
Reimplemented from DeclarationAST. |
Member Enumeration Documentation
|
|
Constructor & Destructor Documentation
|
|
|
|
Member Function Documentation
|
Definition at line 786 of file ast.h. Referenced by TagCreator::parseUsingDirective(), StoreWalker::parseUsingDirective(), and ComputeRecoveryPoints::parseUsingDirective(). |
|
|
|
Definition at line 366 of file ast.cpp. References m_name. |
Member Data Documentation
|
Definition at line 790 of file ast.h. Referenced by setName(). |
The documentation for this class was generated from the following files: