clang API Documentation
#include <StmtIterator.h>


Public Member Functions | |
| StmtIteratorImpl () | |
| StmtIteratorImpl (Stmt **s) | |
| StmtIteratorImpl (Decl **dgi, Decl **dge) | |
| StmtIteratorImpl (const VariableArrayType *t) | |
| DERIVED & | operator++ () |
| DERIVED | operator++ (int) |
| bool | operator== (const DERIVED &RHS) const |
| bool | operator!= (const DERIVED &RHS) const |
| REFERENCE | operator* () const |
| REFERENCE | operator-> () const |
Protected Member Functions | |
| StmtIteratorImpl (const StmtIteratorBase &RHS) | |
Definition at line 75 of file StmtIterator.h.
| clang::StmtIteratorImpl< DERIVED, REFERENCE >::StmtIteratorImpl | ( | const StmtIteratorBase & | RHS | ) | [inline, protected] |
Definition at line 80 of file StmtIterator.h.
| clang::StmtIteratorImpl< DERIVED, REFERENCE >::StmtIteratorImpl | ( | ) | [inline] |
Definition at line 82 of file StmtIterator.h.
| clang::StmtIteratorImpl< DERIVED, REFERENCE >::StmtIteratorImpl | ( | Stmt ** | s | ) | [inline] |
Definition at line 83 of file StmtIterator.h.
| clang::StmtIteratorImpl< DERIVED, REFERENCE >::StmtIteratorImpl | ( | Decl ** | dgi, |
| Decl ** | dge | ||
| ) | [inline] |
Definition at line 84 of file StmtIterator.h.
| clang::StmtIteratorImpl< DERIVED, REFERENCE >::StmtIteratorImpl | ( | const VariableArrayType * | t | ) | [inline] |
Definition at line 85 of file StmtIterator.h.
| bool clang::StmtIteratorImpl< DERIVED, REFERENCE >::operator!= | ( | const DERIVED & | RHS | ) | const [inline] |
Definition at line 108 of file StmtIterator.h.
| REFERENCE clang::StmtIteratorImpl< DERIVED, REFERENCE >::operator* | ( | ) | const [inline] |
Definition at line 112 of file StmtIterator.h.
Referenced by clang::StmtIteratorImpl< StmtIterator, Stmt *& >::operator->().
| DERIVED& clang::StmtIteratorImpl< DERIVED, REFERENCE >::operator++ | ( | ) | [inline] |
Definition at line 87 of file StmtIterator.h.
Referenced by clang::StmtIteratorImpl< StmtIterator, Stmt *& >::operator++().
| DERIVED clang::StmtIteratorImpl< DERIVED, REFERENCE >::operator++ | ( | int | ) | [inline] |
Definition at line 98 of file StmtIterator.h.
| REFERENCE clang::StmtIteratorImpl< DERIVED, REFERENCE >::operator-> | ( | ) | const [inline] |
Definition at line 116 of file StmtIterator.h.
| bool clang::StmtIteratorImpl< DERIVED, REFERENCE >::operator== | ( | const DERIVED & | RHS | ) | const [inline] |
Definition at line 104 of file StmtIterator.h.