Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp50 I = S->body_begin(), E = S->body_end(); I != E; ++I) in VisitCompoundStmt()
127 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
137 I = S->body_begin(), E = S->body_end(); I != E; ++I) in VisitCompoundStmt()
164 I = body->body_begin(), E = body->body_end(); I != E; ++I) in isBodyEmpty()
DTransforms.cpp209 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
219 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.h476 body_iterator body_begin() { return Body; } in body_begin() function
486 const_body_iterator body_begin() const { return Body; } in body_begin() function
495 return reverse_body_iterator(body_begin()); in body_rend()
506 return const_reverse_body_iterator(body_begin()); in body_rend()
/external/clang/lib/CodeGen/
DCGStmt.cpp203 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitCompoundStmt()
993 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
DCGObjC.cpp2129 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitObjCAutoreleasePoolStmt()
/external/clang/lib/AST/
DStmtPrinter.cpp114 for (CompoundStmt::body_iterator I = Node->body_begin(), E = Node->body_end(); in PrintRawCompoundStmt()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp925 SourceLocation Loc = (*CS->body_begin())->getLocStart(); in ~EdgeBuilder()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp69 for (CompoundStmt::body_iterator CS = S->body_begin(), CSEnd = S->body_end(); in VisitCompoundStmt()
/external/clang/lib/Analysis/
DCFG.cpp724 for (CompoundStmt::body_iterator BI = CS->body_begin(), BE = CS->body_end() in addLocalScopeForStmt()
/external/clang/lib/Sema/
DTreeTransform.h4868 for (CompoundStmt::body_iterator B = S->body_begin(), BEnd = S->body_end(); in TransformCompoundStmt()