Searched refs:ConstStmtIterator (Results 1 – 3 of 3) sorted by relevance
133 struct ConstStmtIterator : public StmtIteratorImpl<ConstStmtIterator, struct135 explicit ConstStmtIterator() : in ConstStmtIterator() function136 StmtIteratorImpl<ConstStmtIterator,const Stmt*>() {} in ConstStmtIterator()138 ConstStmtIterator(const StmtIterator& RHS) : in ConstStmtIterator() function139 StmtIteratorImpl<ConstStmtIterator,const Stmt*>(RHS) {} in ConstStmtIterator()
405 typedef ConstStmtIterator const_child_iterator; in LLVM_ALIGNAS()
61 typedef ConstStmtIterator const_child_iterator;