Home
last modified time | relevance | path

Searched refs:const_child_iterator (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DStmtGraphTraits.h56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
DStmt.h393 typedef ConstStmtIterator const_child_iterator; in LLVM_ALIGNAS() typedef
396 typedef llvm::iterator_range<const_child_iterator> const_child_range; in LLVM_ALIGNAS()
407 const_child_iterator child_begin() const { return children().begin(); } in LLVM_ALIGNAS()
408 const_child_iterator child_end() const { return children().end(); } in LLVM_ALIGNAS()
DOpenMPClause.h61 typedef ConstStmtIterator const_child_iterator; typedef
63 typedef llvm::iterator_range<const_child_iterator> const_child_range;
/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp332 Expr::const_child_iterator I1 = Expr1->child_begin(); in isIdenticalStmt()
333 Expr::const_child_iterator I2 = Expr2->child_begin(); in isIdenticalStmt()
/external/llvm/include/llvm/CodeGen/
DDIE.h648 typedef IntrusiveBackList<DIE>::const_iterator const_child_iterator; typedef
650 typedef iterator_range<const_child_iterator> const_child_range;