comma::RenamedObjectDecl Class Reference
#include <Decl.h>
List of all members.
Detailed Description
Definition at line 797 of file Decl.h.
Constructor & Destructor Documentation
Member Function Documentation
      
        
          | static bool comma::RenamedObjectDecl::classof  | 
          ( | 
          const Ast *  | 
           node | 
           )  | 
           [inline, static] | 
        
      
 
 
      
        
          | static bool comma::RenamedObjectDecl::classof  | 
          ( | 
          const RenamedObjectDecl *  | 
           node | 
           )  | 
           [inline, static] | 
        
      
 
 
      
        
          | Expr* comma::RenamedObjectDecl::getRenamedExpr  | 
          ( | 
           | 
           )  | 
           [inline] | 
        
      
 
Returns the expression which this declaration renames. 
Definition at line 808 of file Decl.h.
 
 
      
        
          | const Expr* comma::RenamedObjectDecl::getRenamedExpr  | 
          ( | 
           | 
           )  | 
           const [inline] | 
        
      
 
Returns the expression which this declaration renames. 
Definition at line 807 of file Decl.h.
 
 
      
        
          | void comma::RenamedObjectDecl::setRenamedExpr  | 
          ( | 
          Expr *  | 
           expr | 
           )  | 
           [inline] | 
        
      
 
Sets the expression this declaration renames. 
Definition at line 812 of file Decl.h.
 
 
The documentation for this class was generated from the following file: