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.
133 struct ConstStmtIterator : public StmtIteratorImpl<ConstStmtIterator, struct in namespace:clang
135 explicit ConstStmtIterator() : function in struct:clang::ConstStmtIterator
136 StmtIteratorImpl<ConstStmtIterator,const Stmt*>() {}
138 ConstStmtIterator(const StmtIterator& RHS) : function in struct:clang::ConstStmtIterator
139 StmtIteratorImpl<ConstStmtIterator,const Stmt*>(RHS) {}

Completed in 80 milliseconds