clang 20.0.0git
|
#include "clang/AST/StmtIterator.h"
Public Member Functions | |
ConstStmtIterator ()=default | |
ConstStmtIterator (const StmtIterator &RHS) | |
ConstStmtIterator (Stmt *const *S) | |
Public Member Functions inherited from clang::StmtIteratorImpl< ConstStmtIterator, const Stmt * > | |
StmtIteratorImpl ()=default | |
StmtIteratorImpl (Stmt **s) | |
StmtIteratorImpl (Decl **dgi, Decl **dge) | |
StmtIteratorImpl (const VariableArrayType *t) | |
ConstStmtIterator & | operator++ () |
ConstStmtIterator | operator++ (int) |
const Stmt * | operator* () const |
const Stmt * | operator-> () const |
Definition at line 144 of file StmtIterator.h.
|
explicitdefault |
|
inline |
Definition at line 147 of file StmtIterator.h.
|
inline |
Definition at line 150 of file StmtIterator.h.