Home
last modified time | relevance | path

Searched refs:body_begin (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp118 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/
DASTStructExtractor.cpp75 …for (CompoundStmt::const_body_iterator bi = body_compound_stmt->body_begin(), be = body_compound_s… in ExtractFromFunctionDecl()
DASTResultSynthesizer.cpp242 if (last_stmt_ptr != Body->body_begin()) in SynthesizeBodyResult()
/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp158 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
DTransAutoreleasePool.cpp168 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in VisitCompoundStmt()
DTransforms.cpp254 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
/external/clang/include/clang/AST/
DStmt.h569 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/
Dknown-dwarf.h58 DWARF_ONE_KNOWN_DW_AT (body_begin, DW_AT_body_begin) \
/external/clang/lib/CodeGen/
DCGStmt.cpp310 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/
DPathDiagnostic.cpp648 SourceLocation Loc = (*CS->body_begin())->getLocStart(); in createDeclBegin()
/external/v8/tools/gcmole/
Dgcmole.cc998 for (clang::CompoundStmt::body_iterator s = stmt->body_begin(); in DECL_VISIT_STMT()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3151 return matchesFirstInPointerRange(InnerMatcher, Node.body_begin(), in AST_MATCHER_P()
/external/clang/lib/AST/
DASTImporter.cpp4615 std::transform(S->body_begin(), S->body_end(), ToStmts.begin(), in VisitCompoundStmt()
DExprConstant.cpp4394 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in VisitStmtExpr()
/external/clang/lib/Sema/
DSemaOpenMP.cpp5329 auto I = CS->body_begin(); in ActOnOpenMPTargetDirective()