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