clang  3.9.0
Protected Types | Protected Member Functions | Protected Attributes | List of all members
clang::StmtIteratorBase Class Reference

#include <StmtIterator.h>

Inheritance diagram for clang::StmtIteratorBase:
[legend]
Collaboration diagram for clang::StmtIteratorBase:
[legend]

Protected Types

enum  { StmtMode = 0x0, SizeOfTypeVAMode = 0x1, DeclGroupMode = 0x2, Flags = 0x3 }
 

Protected Member Functions

bool inDeclGroup () const
 
bool inSizeOfTypeVA () const
 
bool inStmt () const
 
const VariableArrayTypegetVAPtr () const
 
void setVAPtr (const VariableArrayType *P)
 
void NextDecl (bool ImmediateAdvance=true)
 
bool HandleDecl (Decl *D)
 
void NextVA ()
 
Stmt *& GetDeclExpr () const
 
 StmtIteratorBase (Stmt **s)
 
 StmtIteratorBase (const VariableArrayType *t)
 
 StmtIteratorBase (Decl **dgi, Decl **dge)
 
 StmtIteratorBase ()
 

Protected Attributes

union {
   Stmt **   stmt
 
   Decl **   DGI
 
}; 
 
uintptr_t RawVAPtr
 
Decl ** DGE
 

Detailed Description

Definition at line 30 of file StmtIterator.h.

Member Enumeration Documentation

anonymous enum
protected
Enumerator
StmtMode 
SizeOfTypeVAMode 
DeclGroupMode 
Flags 

Definition at line 32 of file StmtIterator.h.

Constructor & Destructor Documentation

clang::StmtIteratorBase::StmtIteratorBase ( Stmt **  s)
inlineprotected

Definition at line 69 of file StmtIterator.h.

StmtIteratorBase::StmtIteratorBase ( const VariableArrayType t)
protected

Definition at line 100 of file StmtIterator.cpp.

References RawVAPtr.

StmtIteratorBase::StmtIteratorBase ( Decl **  dgi,
Decl **  dge 
)
protected

Definition at line 95 of file StmtIterator.cpp.

References NextDecl().

clang::StmtIteratorBase::StmtIteratorBase ( )
inlineprotected

Definition at line 72 of file StmtIterator.h.

Member Function Documentation

Stmt *& StmtIteratorBase::GetDeclExpr ( ) const
protected
const VariableArrayType* clang::StmtIteratorBase::getVAPtr ( ) const
inlineprotected
bool StmtIteratorBase::HandleDecl ( Decl D)
protected

Definition at line 70 of file StmtIterator.cpp.

References FindVA(), and setVAPtr().

Referenced by NextDecl().

bool clang::StmtIteratorBase::inDeclGroup ( ) const
inlineprotected

Definition at line 42 of file StmtIterator.h.

References DeclGroupMode, Flags, and RawVAPtr.

Referenced by GetDeclExpr(), NextDecl(), NextVA(), and setVAPtr().

bool clang::StmtIteratorBase::inSizeOfTypeVA ( ) const
inlineprotected

Definition at line 46 of file StmtIterator.h.

References Flags, RawVAPtr, and SizeOfTypeVAMode.

Referenced by NextVA(), and setVAPtr().

bool clang::StmtIteratorBase::inStmt ( ) const
inlineprotected
void StmtIteratorBase::NextDecl ( bool  ImmediateAdvance = true)
protected
void StmtIteratorBase::NextVA ( )
protected
void clang::StmtIteratorBase::setVAPtr ( const VariableArrayType P)
inlineprotected

Definition at line 58 of file StmtIterator.h.

References Flags, inDeclGroup(), inSizeOfTypeVA(), P, and RawVAPtr.

Referenced by HandleDecl(), and NextVA().

Member Data Documentation

union { ... }
Decl** clang::StmtIteratorBase::DGE
protected

Definition at line 40 of file StmtIterator.h.

Referenced by NextDecl().

Decl** clang::StmtIteratorBase::DGI
uintptr_t clang::StmtIteratorBase::RawVAPtr
protected
Stmt** clang::StmtIteratorBase::stmt

The documentation for this class was generated from the following files: