Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp64 for (CompoundStmt::const_body_iterator bi = body_compound_stmt->body_begin(), in ExtractFromFunctionDecl()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1671 using const_body_iterator = Stmt *const *; variable
1672 using body_const_range = llvm::iterator_range<const_body_iterator>;
1678 const_body_iterator body_begin() const { in body_begin()
1682 const_body_iterator body_end() const { return body_begin() + size(); } in body_end()
1703 std::reverse_iterator<const_body_iterator>;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1714 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp8232 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in VisitStmtExpr()