Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp93 I = S->body_begin(), E = S->body_end(); I != E; ++I) in VisitCompoundStmt()
161 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
171 I = S->body_begin(), E = S->body_end(); I != E; ++I) in VisitCompoundStmt()
193 I = body->body_begin(), E = body->body_end(); I != E; ++I) in isBodyEmpty()
DTransforms.cpp252 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
262 I = S->body_begin(), E = S->body_end(); I != E; ++I) in VisitCompoundStmt()
DTransAutoreleasePool.cpp168 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in VisitCompoundStmt()
/external/clang/include/clang/AST/
DStmt.h566 body_iterator body_begin() { return Body; } in body_begin() function
576 const_body_iterator body_begin() const { return Body; } in body_begin() function
585 return reverse_body_iterator(body_begin()); in body_rend()
596 return const_reverse_body_iterator(body_begin()); in body_rend()
/external/clang/lib/CodeGen/
DCGStmt.cpp213 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitCompoundStmtWithoutScope()
1091 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
DCGDecl.cpp1003 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in isCapturedBy()
DCGClass.cpp1330 for (CompoundStmt::const_body_iterator I = RootCS->body_begin(), in emitImplicitAssignmentOperatorBody()
DCGObjC.cpp2827 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitObjCAutoreleasePoolStmt()
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc1015 for (clang::CompoundStmt::body_iterator s = stmt->body_begin(); in DECL_VISIT_STMT()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp636 SourceLocation Loc = (*CS->body_begin())->getLocStart(); in createDeclBegin()
/external/v8/tools/gcmole/
Dgcmole.cc1017 for (clang::CompoundStmt::body_iterator s = stmt->body_begin(); in DECL_VISIT_STMT()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2481 return matchesFirstInPointerRange(InnerMatcher, Node.body_begin(), in AST_MATCHER_P()
/external/clang/lib/AST/
DStmtPrinter.cpp116 for (CompoundStmt::body_iterator I = Node->body_begin(), E = Node->body_end(); in PrintRawCompoundStmt()
DExprConstant.cpp3214 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in EvaluateStmt()
4015 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in VisitStmtExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp73 for (CompoundStmt::body_iterator CS = S->body_begin(), CSEnd = S->body_end(); in VisitCompoundStmt()
/external/clang/lib/Analysis/
DCFG.cpp927 for (CompoundStmt::body_iterator BI = CS->body_begin(), BE = CS->body_end() in addLocalScopeForStmt()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp990 for (CompoundStmt::body_iterator BodyIt = CompStmt->body_begin(), in CheckConstexprFunctionStmt()
1094 for (CompoundStmt::body_iterator BodyIt = CompBody->body_begin(), in CheckConstexprFunctionBody()
DTreeTransform.h5247 for (CompoundStmt::body_iterator B = S->body_begin(), BEnd = S->body_end(); in TransformCompoundStmt()