Searched refs:body_end (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ASTStructExtractor.cpp | 65 be = body_compound_stmt->body_end(); in ExtractFromFunctionDecl()
|
| D | ASTResultSynthesizer.cpp | 233 Stmt **last_stmt_ptr = Body->body_end() - 1; in SynthesizeBodyResult()
|
| /openbsd/src/gnu/llvm/clang/lib/ARCMigrate/ |
| D | 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()
|
| D | TransEmptyStatementsAndDealloc.cpp | 156 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
|
| D | Transforms.cpp | 247 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| D | IdenticalExprChecker.cpp | 441 while (I1 != CompStmt1->body_end() && I2 != CompStmt2->body_end()) { in isIdenticalStmt()
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | Stmt.h | 1476 body_range body() { return body_range(body_begin(), body_end()); } in body() 1478 body_iterator body_end() { return body_begin() + size(); } in body_end() function 1489 return body_const_range(body_begin(), body_end()); in body() 1496 const_body_iterator body_end() const { return body_begin() + size(); } in body_end() function 1509 return reverse_body_iterator(body_end()); in body_rbegin() 1520 return const_reverse_body_iterator(body_end()); in body_rbegin() 1558 child_range children() { return child_range(body_begin(), body_end()); } in children() 1561 return const_child_range(body_begin(), body_end()); in children()
|
| /openbsd/src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 5540 CS->body_end(), Finder, in AST_POLYMORPHIC_MATCHER_P() 5541 Builder) != CS->body_end(); in AST_POLYMORPHIC_MATCHER_P()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| D | Dwarf.def | 479 HANDLE_DW_AT(0x2106, body_end, 0, GNU)
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGStmt.cpp | 1696 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 12975 while (I != CS->body_end()) { in ActOnOpenMPTargetDirective() 12985 assert(I != CS->body_end() && "Not found statement"); in ActOnOpenMPTargetDirective()
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | ExprConstant.cpp | 7970 BE = CS->body_end(); in VisitStmtExpr()
|