struct ConstStmtIterator
Declaration
struct ConstStmtIterator : public StmtIteratorImpl { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/StmtIterator.h:144
Inherits from: StmtIteratorImpl
Method Overview
- public ConstStmtIterator()
- public ConstStmtIterator(const clang::StmtIterator & RHS)
- public ConstStmtIterator(clang::Stmt *const * S)
Methods
¶ConstStmtIterator()
ConstStmtIterator()
Declared at: clang/include/clang/AST/StmtIterator.h:146
¶ConstStmtIterator(const clang::StmtIterator& RHS)
ConstStmtIterator(const clang::StmtIterator& RHS)
Declared at: clang/include/clang/AST/StmtIterator.h:147
Parameters
- const clang::StmtIterator& RHS
¶ConstStmtIterator(clang::Stmt* const* S)
ConstStmtIterator(clang::Stmt* const* S)
Declared at: clang/include/clang/AST/StmtIterator.h:150
Parameters
- clang::Stmt* const* S