clang 22.0.0git
clang::ConstStmtIterator Struct Reference

#include "clang/AST/StmtIterator.h"

Inheritance diagram for clang::ConstStmtIterator:
[legend]

Public Member Functions

 ConstStmtIterator ()=default
 ConstStmtIterator (const StmtIterator &RHS)
 ConstStmtIterator (Stmt *const *S)
Public Member Functions inherited from clang::StmtIteratorImpl< ConstStmtIterator, const Stmt * >
ConstStmtIteratoroperator++ ()
const Stmtoperator* () const
const Stmtoperator-> () const

Additional Inherited Members

Public Types inherited from clang::StmtIteratorImpl< ConstStmtIterator, const Stmt * >
using iterator_category
using value_type
using difference_type
using pointer
using reference
Protected Types inherited from clang::StmtIteratorBase
enum  { StmtMode = 0x0 , SizeOfTypeVAMode = 0x1 , DeclGroupMode = 0x2 , Flags = 0x3 }
Protected Member Functions inherited from clang::StmtIteratorImpl< ConstStmtIterator, const Stmt * >
 StmtIteratorImpl (const StmtIteratorBase &RHS)
Protected Member Functions inherited from clang::StmtIteratorBase
 StmtIteratorBase (Stmt **s)
 StmtIteratorBase (const VariableArrayType *t)
 StmtIteratorBase (Decl **dgi, Decl **dge)
 StmtIteratorBase ()
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
Protected Attributes inherited from clang::StmtIteratorBase
union { 
   Stmt **   stmt 
   Decl **   DGI 
}; 
uintptr_t RawVAPtr = 0
Decl ** DGE

Detailed Description

Definition at line 144 of file StmtIterator.h.

Constructor & Destructor Documentation

◆ ConstStmtIterator() [1/3]

clang::ConstStmtIterator::ConstStmtIterator ( )
explicitdefault

◆ ConstStmtIterator() [2/3]

clang::ConstStmtIterator::ConstStmtIterator ( const StmtIterator & RHS)
inline

◆ ConstStmtIterator() [3/3]

clang::ConstStmtIterator::ConstStmtIterator ( Stmt *const * S)
inline

The documentation for this struct was generated from the following file: