Home
last modified time | relevance | path

Searched defs:ConstExprIterator (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DStmt.h83 ConstExprIterator(const Stmt * const *i) : I(i) {} in ConstExprIterator() function
84 ConstExprIterator() : I(nullptr) {} in ConstExprIterator() function