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