Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDASTStructExtractor.cpp65 be = body_compound_stmt->body_end(); in ExtractFromFunctionDecl()
HDASTResultSynthesizer.cpp233 Stmt **last_stmt_ptr = Body->body_end() - 1; in SynthesizeBodyResult()
/freebsd-head/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransAutoreleasePool.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()
HDTransEmptyStatementsAndDealloc.cpp156 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
HDTransforms.cpp248 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDIdenticalExprChecker.cpp441 while (I1 != CompStmt1->body_end() && I2 != CompStmt2->body_end()) { in isIdenticalStmt()
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h1669 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/
HDASTMatchers.h5802 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/
HDDwarf.def489 HANDLE_DW_AT(0x2106, body_end, 0, GNU)
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp1893 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp12925 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/
HDExprConstant.cpp8297 BE = CS->body_end(); in VisitStmtExpr()