Searched refs:body_end (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp93 I = S->body_begin(), E = S->body_end(); I != E; ++I)
161 I = S->body_begin(), E = S->body_end(); I != E; ++I) {
171 I = S->body_begin(), E = S->body_end(); I != E; ++I)
193 I = body->body_begin(), E = body->body_end(); I != E; ++I)
H A DTransAutoreleasePool.cpp168 I = S->body_begin(), E = S->body_end(); I != E; ++I) {
302 Stmt::child_iterator SI = scope.End, SE = compoundS->body_end();
H A DTransforms.cpp258 I = S->body_begin(), E = S->body_end(); I != E; ++I) {
268 I = S->body_begin(), E = S->body_end(); I != E; ++I)
/freebsd-10.1-release/contrib/bmake/
H A Dfor.c401 char *body_end;
427 body_end = cmd_cp + len;
470 Buf_AddBytes(&cmds, body_end - cmd_cp, cmd_cp);
399 char *body_end; local
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DASTStructExtractor.cpp75 for (CompoundStmt::const_body_iterator bi = body_compound_stmt->body_begin(), be = body_compound_stmt->body_end();
H A DASTResultSynthesizer.cpp237 Stmt **last_stmt_ptr = Body->body_end() - 1;
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h569 body_iterator body_end() { return Body + size(); } function in class:clang::CompoundStmt
579 const_body_iterator body_end() const { return Body + size(); } function in class:clang::CompoundStmt
584 return reverse_body_iterator(body_end());
594 return const_reverse_body_iterator(body_end());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp217 E = S.body_end()-GetLast; I != E; ++I)
1091 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end();
H A DCGDecl.cpp1006 BE = CS->body_end(); BI != BE; ++BI)
H A DCGClass.cpp1359 E = RootCS->body_end();
H A DCGObjC.cpp2828 E = S.body_end(); I != E; ++I)
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp116 for (CompoundStmt::body_iterator I = Node->body_begin(), E = Node->body_end();
H A DExprConstant.cpp3319 BE = CS->body_end(); BI != BE; ++BI) {
4125 BE = CS->body_end();
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2398 Node.body_end(), Finder, Builder);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp74 for (CompoundStmt::body_iterator CS = S->body_begin(), CSEnd = S->body_end();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp933 for (CompoundStmt::body_iterator BI = CS->body_begin(), BE = CS->body_end()
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp997 BodyEnd = CompStmt->body_end(); BodyIt != BodyEnd; ++BodyIt) {
1101 BodyEnd = CompBody->body_end(); BodyIt != BodyEnd; ++BodyIt) {
H A DTreeTransform.h5289 for (CompoundStmt::body_iterator B = S->body_begin(), BEnd = S->body_end();

Completed in 248 milliseconds