Searched refs:body_begin (Results 1 – 15 of 15) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IdenticalExprChecker.cpp | 118 const IfStmt *InnerIf = dyn_cast<IfStmt>(*CS->body_begin()); in VisitIfStmt() 437 CompoundStmt::const_body_iterator I1 = CompStmt1->body_begin(); in isIdenticalStmt() 438 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin(); in isIdenticalStmt()
|
/external/lldb/source/Expression/ |
D | ASTStructExtractor.cpp | 75 …for (CompoundStmt::const_body_iterator bi = body_compound_stmt->body_begin(), be = body_compound_s… in ExtractFromFunctionDecl()
|
D | ASTResultSynthesizer.cpp | 242 if (last_stmt_ptr != Body->body_begin()) in SynthesizeBodyResult()
|
/external/clang/lib/ARCMigrate/ |
D | TransEmptyStatementsAndDealloc.cpp | 158 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
|
D | TransAutoreleasePool.cpp | 168 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in VisitCompoundStmt()
|
D | Transforms.cpp | 254 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 569 body_range body() { return body_range(body_begin(), body_end()); } in body() 570 body_iterator body_begin() { return Body; } in body_begin() function 584 return body_const_range(body_begin(), body_end()); in body() 586 const_body_iterator body_begin() const { return Body; } in body_begin() function 600 return reverse_body_iterator(body_begin()); in body_rend() 611 return const_reverse_body_iterator(body_begin()); in body_rend()
|
/external/elfutils/libdw/ |
D | known-dwarf.h | 58 DWARF_ONE_KNOWN_DW_AT (body_begin, DW_AT_body_begin) \
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 310 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitCompoundStmtWithoutScope() 1276 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 648 SourceLocation Loc = (*CS->body_begin())->getLocStart(); in createDeclBegin()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 998 for (clang::CompoundStmt::body_iterator s = stmt->body_begin(); in DECL_VISIT_STMT()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 3151 return matchesFirstInPointerRange(InnerMatcher, Node.body_begin(), in AST_MATCHER_P()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 4615 std::transform(S->body_begin(), S->body_end(), ToStmts.begin(), in VisitCompoundStmt()
|
D | ExprConstant.cpp | 4394 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in VisitStmtExpr()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 5329 auto I = CS->body_begin(); in ActOnOpenMPTargetDirective()
|