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.h405 typedef ConstStmtIterator const_child_iterator; in LLVM_ALIGNAS() typedef
408 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()
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.cpp330 Expr::const_child_iterator I1 = Expr1->child_begin(); in isIdenticalStmt()
331 Expr::const_child_iterator I2 = Expr2->child_begin(); in isIdenticalStmt()
/external/llvm/include/llvm/CodeGen/
DDIE.h629 typedef IntrusiveBackList<DIE>::const_iterator const_child_iterator; typedef
631 typedef iterator_range<const_child_iterator> const_child_range;