Searched refs:const_child_range (Results 1 - 11 of 11) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h31 for (Stmt::const_child_range I = S->children(); I; ++I)
/external/clang/lib/Analysis/
H A DPseudoConstantAnalysis.cpp223 for (Stmt::const_child_range I = Head->children(); I; ++I)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp81 for (Stmt::const_child_range I = S->children(); I; ++I)
H A DIvarInvalidationChecker.cpp170 for (Stmt::const_child_range I = S->children(); I; ++I) {
/external/clang/include/clang/AST/
H A DStmt.h409 typedef ConstStmtRange const_child_range; typedef in class:clang::Stmt
412 const_child_range children() const {
634 const_child_range children() const {
/external/clang/lib/CodeGen/
H A DCGDecl.cpp544 for (Stmt::const_child_range children = s->children(); children; ++children)
1029 for (Stmt::const_child_range children = e->children(); children; ++children)
H A DCodeGenFunction.cpp893 for (Stmt::const_child_range I = S->children(); I; ++I)
917 for (Stmt::const_child_range I = S->children(); I; ++I)
H A DCodeGenPGO.cpp390 for (Stmt::const_child_range I = S->children(); I; ++I) {
/external/clang/lib/AST/
H A DStmtProfile.cpp72 for (Stmt::const_child_range C = S->children(); C; ++C) {
H A DExpr.cpp3031 for (const_child_range SubStmts = children(); SubStmts; ++SubStmts)
/external/clang/tools/libclang/
H A DCIndex.cpp1914 for (Stmt::const_child_range Child = S->children(); Child; ++Child) {

Completed in 5883 milliseconds