Home
last modified time | relevance | path

Searched refs:body_end (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DASTStructExtractor.cpp65 be = body_compound_stmt->body_end(); in ExtractFromFunctionDecl()
DASTResultSynthesizer.cpp233 Stmt **last_stmt_ptr = Body->body_end() - 1; in SynthesizeBodyResult()
/openbsd/src/gnu/llvm/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp167 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()
DTransEmptyStatementsAndDealloc.cpp156 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
DTransforms.cpp247 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp441 while (I1 != CompStmt1->body_end() && I2 != CompStmt2->body_end()) { in isIdenticalStmt()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DStmt.h1476 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/
DASTMatchers.h5540 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/
DDwarf.def479 HANDLE_DW_AT(0x2106, body_end, 0, GNU)
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmt.cpp1696 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaOpenMP.cpp12975 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/
DExprConstant.cpp7970 BE = CS->body_end(); in VisitStmtExpr()