clang API Documentation
#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 |
clang::ConstExprIterator::ConstExprIterator | ( | const Stmt *const * | i | ) | [inline] |
clang::ConstExprIterator::ConstExprIterator | ( | ) | [inline] |
bool clang::ConstExprIterator::operator!= | ( | const ConstExprIterator & | R | ) | const [inline] |
ConstExprIterator clang::ConstExprIterator::operator+ | ( | size_t | i | ) | const [inline] |
ConstExprIterator& clang::ConstExprIterator::operator++ | ( | ) | [inline] |
ConstExprIterator clang::ConstExprIterator::operator- | ( | size_t | i | ) | const [inline] |
signed clang::ConstExprIterator::operator- | ( | const ConstExprIterator & | R | ) | const [inline] |
bool clang::ConstExprIterator::operator== | ( | const ConstExprIterator & | R | ) | const [inline] |
bool clang::ConstExprIterator::operator> | ( | const ConstExprIterator & | R | ) | const [inline] |
bool clang::ConstExprIterator::operator>= | ( | const ConstExprIterator & | R | ) | const [inline] |