Searched refs:body_end (Results 1 – 12 of 12) sorted by relevance
| /freebsd-head/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| HD | ASTStructExtractor.cpp | 65 be = body_compound_stmt->body_end(); in ExtractFromFunctionDecl()
|
| HD | ASTResultSynthesizer.cpp | 233 Stmt **last_stmt_ptr = Body->body_end() - 1; in SynthesizeBodyResult()
|
| /freebsd-head/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | TransAutoreleasePool.cpp | 167 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in VisitCompoundStmt() 302 Stmt::child_iterator SI = scope.End, SE = compoundS->body_end(); in handlePoolScope()
|
| HD | TransEmptyStatementsAndDealloc.cpp | 156 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
|
| HD | Transforms.cpp | 248 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
|
| /freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | IdenticalExprChecker.cpp | 441 while (I1 != CompStmt1->body_end() && I2 != CompStmt2->body_end()) { in isIdenticalStmt()
|
| /freebsd-head/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Stmt.h | 1669 body_range body() { return body_range(body_begin(), body_end()); } in body() 1671 body_iterator body_end() { return body_begin() + size(); } in body_end() function 1682 return body_const_range(body_begin(), body_end()); in body() 1689 const_body_iterator body_end() const { return body_begin() + size(); } in body_end() function 1702 return reverse_body_iterator(body_end()); in body_rbegin() 1713 return const_reverse_body_iterator(body_end()); in body_rbegin() 1751 child_range children() { return child_range(body_begin(), body_end()); } in children() 1754 return const_child_range(body_begin(), body_end()); in children()
|
| /freebsd-head/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| HD | ASTMatchers.h | 5802 CS->body_end(), Finder, in AST_POLYMORPHIC_MATCHER_P() 5803 Builder) != CS->body_end(); in AST_POLYMORPHIC_MATCHER_P()
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| HD | Dwarf.def | 489 HANDLE_DW_AT(0x2106, body_end, 0, GNU)
|
| /freebsd-head/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 1893 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
|
| /freebsd-head/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 12925 while (I != CS->body_end()) { in ActOnOpenMPTargetDirective() 12939 assert(I != CS->body_end() && "Not found statement"); in ActOnOpenMPTargetDirective()
|
| /freebsd-head/contrib/llvm-project/clang/lib/AST/ |
| HD | ExprConstant.cpp | 8297 BE = CS->body_end(); in VisitStmtExpr()
|