comma::DeclRefExpr Class Reference
#include <Expr.h>
List of all members.
Detailed Description
Definition at line 155 of file Expr.h.
Constructor & Destructor Documentation
Member Function Documentation
      
        
          | static bool comma::DeclRefExpr::classof  | 
          ( | 
          const Ast *  | 
           node | 
           )  | 
           [inline, static] | 
        
      
 
 
      
        
          | static bool comma::DeclRefExpr::classof  | 
          ( | 
          const DeclRefExpr *  | 
           node | 
           )  | 
           [inline, static] | 
        
      
 
 
      
        
          | ValueDecl* comma::DeclRefExpr::getDeclaration  | 
          ( | 
           | 
           )  | 
           [inline] | 
        
      
 
Returns the declaration this expression references. 
Definition at line 172 of file Expr.h.
 
 
      
        
          | const ValueDecl* comma::DeclRefExpr::getDeclaration  | 
          ( | 
           | 
           )  | 
           const [inline] | 
        
      
 
Returns the declaration this expression references. 
Definition at line 171 of file Expr.h.
 
 
Returns the defining identifier of the declaration this expression references. 
Definition at line 164 of file Expr.h.
 
 
      
        
          | const char* comma::DeclRefExpr::getString  | 
          ( | 
           | 
           )  | 
           const [inline] | 
        
      
 
Returns a string representation of the defining identifier. 
Definition at line 167 of file Expr.h.
 
 
      
        
          | void comma::DeclRefExpr::setDeclaration  | 
          ( | 
          ValueDecl *  | 
           decl | 
           )  | 
           [inline] | 
        
      
 
 
The documentation for this class was generated from the following file: