Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtIterator.h133 struct ConstStmtIterator : public StmtIteratorImpl<ConstStmtIterator, struct
135 explicit ConstStmtIterator() : in ConstStmtIterator() argument
138 ConstStmtIterator(const StmtIterator& RHS) : in ConstStmtIterator() argument
/external/llvm-project/clang/include/clang/AST/
DStmtIterator.h140 struct ConstStmtIterator : public StmtIteratorImpl<ConstStmtIterator, struct
143 ConstStmtIterator(const StmtIterator& RHS) in ConstStmtIterator() argument
146 ConstStmtIterator(Stmt * const *S) in ConstStmtIterator() function