Searched refs:ConstStmtIterator (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtIterator.h10 // This file defines the StmtIterator and ConstStmtIterator classes.
131 struct ConstStmtIterator : public StmtIteratorImpl<ConstStmtIterator, struct in namespace:clang
133 explicit ConstStmtIterator() : function in struct:clang::ConstStmtIterator
134 StmtIteratorImpl<ConstStmtIterator,const Stmt*>() {}
136 ConstStmtIterator(const StmtIterator& RHS) : function in struct:clang::ConstStmtIterator
137 StmtIteratorImpl<ConstStmtIterator,const Stmt*>(RHS) {}
182 struct ConstStmtRange : std::pair<ConstStmtIterator,ConstStmtIterator> {
184 ConstStmtRange(const ConstStmtIterator
[all...]
H A DStmt.h406 typedef ConstStmtIterator const_child_iterator;

Completed in 203 milliseconds