Searched defs:LastStmt (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
H A D | CoreEngine.cpp | 264 if (std::optional<CFGStmt> LastStmt = LastElement.getAs<CFGStmt>()) { in HandleBlockEdge() local |
H A D | ExprEngine.cpp | 2665 const Stmt *LastStmt = CS->getStmt(); ResolveCondition() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenFunction.cpp | 673 auto LastStmt = CS->body_rbegin(); endsWithReturn() local |
H A D | CoverageMappingGen.cpp | 1446 const Stmt *LastStmt = nullptr; VisitStmt() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | AnalysisBasedWarnings.cpp | 1170 const Stmt *LastStmt = getLastStmt(*P); checkFallThroughIntoBlock() local |
H A D | SemaStmt.cpp | 2121 Stmt *LastStmt = CS->body_back(); CheckForRedundantIteration() local |
H A D | SemaExpr.cpp | 15616 if (const auto *LastStmt = BuildStmtExpr() local |