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. Definition at line 778 of file ast.h. Referenced by Parser::parseUsingDirective(). |
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, NameAST::Node, and setName(). Referenced by setName(). |
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: