Searched refs:body_begin (Results 1 – 18 of 18) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | TransEmptyStatementsAndDealloc.cpp | 93 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()
|
D | Transforms.cpp | 252 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()
|
D | TransAutoreleasePool.cpp | 168 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in VisitCompoundStmt()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 566 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/ |
D | CGStmt.cpp | 213 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()
|
D | CGDecl.cpp | 1003 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in isCapturedBy()
|
D | CGClass.cpp | 1330 for (CompoundStmt::const_body_iterator I = RootCS->body_begin(), in emitImplicitAssignmentOperatorBody()
|
D | CGObjC.cpp | 2827 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitObjCAutoreleasePoolStmt()
|
/external/chromium_org/v8/tools/gcmole/ |
D | gcmole.cc | 1015 for (clang::CompoundStmt::body_iterator s = stmt->body_begin(); in DECL_VISIT_STMT()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 636 SourceLocation Loc = (*CS->body_begin())->getLocStart(); in createDeclBegin()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 1017 for (clang::CompoundStmt::body_iterator s = stmt->body_begin(); in DECL_VISIT_STMT()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2481 return matchesFirstInPointerRange(InnerMatcher, Node.body_begin(), in AST_MATCHER_P()
|
/external/clang/lib/AST/ |
D | StmtPrinter.cpp | 116 for (CompoundStmt::body_iterator I = Node->body_begin(), E = Node->body_end(); in PrintRawCompoundStmt()
|
D | ExprConstant.cpp | 3214 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/ |
D | ASTWriterStmt.cpp | 73 for (CompoundStmt::body_iterator CS = S->body_begin(), CSEnd = S->body_end(); in VisitCompoundStmt()
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 927 for (CompoundStmt::body_iterator BI = CS->body_begin(), BE = CS->body_end() in addLocalScopeForStmt()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 990 for (CompoundStmt::body_iterator BodyIt = CompStmt->body_begin(), in CheckConstexprFunctionStmt() 1094 for (CompoundStmt::body_iterator BodyIt = CompBody->body_begin(), in CheckConstexprFunctionBody()
|
D | TreeTransform.h | 5247 for (CompoundStmt::body_iterator B = S->body_begin(), BEnd = S->body_end(); in TransformCompoundStmt()
|