clang: clang::ConstStmtIterator Struct Reference (original) (raw)
#include "[clang/AST/StmtIterator.h](StmtIterator%5F8h%5Fsource.html)"
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 * > | |
| ConstStmtIterator & | operator++ () |
| const Stmt * | operator* () const |
| const Stmt * | operator-> () const |
Detailed Description
Definition at line 144 of file StmtIterator.h.
Constructor & Destructor Documentation
| clang::ConstStmtIterator::ConstStmtIterator ( ) | explicitdefault |
|---|
Referenced by ConstStmtIterator(), and ConstStmtIterator().
◆ ConstStmtIterator() [2/3]
| clang::ConstStmtIterator::ConstStmtIterator ( const StmtIterator & RHS) | inline |
|---|
Definition at line 147 of file StmtIterator.h.
References ConstStmtIterator(), and clang::StmtIteratorImpl< ConstStmtIterator, const Stmt * >::StmtIteratorImpl().
◆ ConstStmtIterator() [3/3]
| clang::ConstStmtIterator::ConstStmtIterator ( Stmt *const * S) | inline |
|---|
Definition at line 150 of file StmtIterator.h.
References ConstStmtIterator(), and clang::StmtIteratorImpl< ConstStmtIterator, const Stmt * >::StmtIteratorImpl().
The documentation for this struct was generated from the following file:
- include/clang/AST/StmtIterator.h