Home
last modified time | relevance | path

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

/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/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp418 CompoundStmt::const_body_iterator I1 = CompStmt1->body_begin(); in isIdenticalStmt()
419 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin(); in isIdenticalStmt()
/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp160 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.cpp258 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
/external/clang/include/clang/AST/
DStmt.h580 body_range body() { return body_range(body_begin(), body_end()); } in body()
581 body_iterator body_begin() { return Body; } in body_begin() function
595 return body_const_range(body_begin(), body_end()); in body()
597 const_body_iterator body_begin() const { return Body; } in body_begin() function
611 return reverse_body_iterator(body_begin()); in body_rend()
622 return const_reverse_body_iterator(body_begin()); in body_rend()
/external/elfutils/src/libdw/
Dknown-dwarf.h58 ONE_KNOWN_DW_AT (body_begin, DW_AT_body_begin) \
/external/clang/lib/CodeGen/
DCGStmt.cpp282 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitCompoundStmtWithoutScope()
1367 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp650 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.h2859 return matchesFirstInPointerRange(InnerMatcher, Node.body_begin(), in AST_MATCHER_P()
/external/clang/lib/Sema/
DSemaOpenMP.cpp3967 auto I = CS->body_begin(); in ActOnOpenMPTargetDirective()
/external/clang/lib/AST/
DExprConstant.cpp4280 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in VisitStmtExpr()