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

/external/clang/include/clang/AST/
H A DStmtIterator.h10 // This file defines the StmtIterator and ConstStmtIterator classes.
139 struct ConstStmtIterator : public StmtIteratorImpl<ConstStmtIterator, struct in namespace:clang
141 explicit ConstStmtIterator() : function in struct:clang::ConstStmtIterator
142 StmtIteratorImpl<ConstStmtIterator,const Stmt*>() {}
144 ConstStmtIterator(const StmtIterator& RHS) : function in struct:clang::ConstStmtIterator
145 StmtIteratorImpl<ConstStmtIterator,const Stmt*>(RHS) {}
190 struct ConstStmtRange : std::pair<ConstStmtIterator,ConstStmtIterator> {
192 ConstStmtRange(const ConstStmtIterator
[all...]

Completed in 53 milliseconds