Searched refs:const_child_iterator (Results 1 – 5 of 5) sorted by relevance
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
405 typedef ConstStmtIterator const_child_iterator; in LLVM_ALIGNAS() typedef408 typedef llvm::iterator_range<const_child_iterator> const_child_range; in LLVM_ALIGNAS()419 const_child_iterator child_begin() const { return children().begin(); } in LLVM_ALIGNAS()420 const_child_iterator child_end() const { return children().end(); } in LLVM_ALIGNAS()
61 typedef ConstStmtIterator const_child_iterator; typedef63 typedef llvm::iterator_range<const_child_iterator> const_child_range;
330 Expr::const_child_iterator I1 = Expr1->child_begin(); in isIdenticalStmt()331 Expr::const_child_iterator I2 = Expr2->child_begin(); in isIdenticalStmt()
629 typedef IntrusiveBackList<DIE>::const_iterator const_child_iterator; typedef631 typedef iterator_range<const_child_iterator> const_child_range;