clang API Documentation
#include <Stmt.h>
Public Member Functions | |
| ExprIterator (Stmt **i) | |
| ExprIterator () | |
| ExprIterator & | operator++ () |
| ExprIterator | operator- (size_t i) |
| ExprIterator | operator+ (size_t i) |
| Expr * | operator[] (size_t idx) |
| signed | operator- (const ExprIterator &R) const |
| Expr * | operator* () const |
| Expr * | operator-> () const |
| bool | operator== (const ExprIterator &R) const |
| bool | operator!= (const ExprIterator &R) const |
| bool | operator> (const ExprIterator &R) const |
| bool | operator>= (const ExprIterator &R) const |
| clang::ExprIterator::ExprIterator | ( | Stmt ** | i | ) | [inline] |
| clang::ExprIterator::ExprIterator | ( | ) | [inline] |
| bool clang::ExprIterator::operator!= | ( | const ExprIterator & | R | ) | const [inline] |
| ExprIterator clang::ExprIterator::operator+ | ( | size_t | i | ) | [inline] |
| ExprIterator& clang::ExprIterator::operator++ | ( | ) | [inline] |
| ExprIterator clang::ExprIterator::operator- | ( | size_t | i | ) | [inline] |
| signed clang::ExprIterator::operator- | ( | const ExprIterator & | R | ) | const [inline] |
| bool clang::ExprIterator::operator== | ( | const ExprIterator & | R | ) | const [inline] |
| bool clang::ExprIterator::operator> | ( | const ExprIterator & | R | ) | const [inline] |
| bool clang::ExprIterator::operator>= | ( | const ExprIterator & | R | ) | const [inline] |