clang
3.7.0
|
#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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |