Home
last modified time | relevance | path

Searched refs:const_body_iterator (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp64 for (CompoundStmt::const_body_iterator bi = body_compound_stmt->body_begin(), in ExtractFromFunctionDecl()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp439 CompoundStmt::const_body_iterator I1 = CompStmt1->body_begin(); in isIdenticalStmt()
440 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin(); in isIdenticalStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h1473 using const_body_iterator = Stmt *const *; variable
1474 using body_const_range = llvm::iterator_range<const_body_iterator>;
1480 const_body_iterator body_begin() const { in body_begin()
1484 const_body_iterator body_end() const { return body_begin() + size(); } in body_end()
1505 std::reverse_iterator<const_body_iterator>;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp1685 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp7956 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in VisitStmtExpr()