Home
last modified time | relevance | path

Searched refs:ConstStmtIterator (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DStmtIterator.h133 struct ConstStmtIterator : public StmtIteratorImpl<ConstStmtIterator, struct
135 explicit ConstStmtIterator() : in ConstStmtIterator() function
136 StmtIteratorImpl<ConstStmtIterator,const Stmt*>() {} in ConstStmtIterator()
138 ConstStmtIterator(const StmtIterator& RHS) : in ConstStmtIterator() function
139 StmtIteratorImpl<ConstStmtIterator,const Stmt*>(RHS) {} in ConstStmtIterator()
DStmt.h405 typedef ConstStmtIterator const_child_iterator; in LLVM_ALIGNAS()
DOpenMPClause.h61 typedef ConstStmtIterator const_child_iterator;