Searched refs:StmtPoint (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 270 class StmtPoint : public ProgramPoint { 284 StmtPoint() = default; 294 class PreStmt : public StmtPoint { 298 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() function 310 class PostStmt : public StmtPoint { 315 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() function 320 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() function 372 class LocationCheck : public StmtPoint { 377 : StmtPoint(S, nullptr, K, L, tag) {} in LocationCheck() 472 class PreStmtPurgeDeadSymbols : public StmtPoint { [all …]
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 472 if (!N->getLocation().getAs<StmtPoint>()) in VisitNode() 502 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode() 554 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode() 588 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode() 731 if (Optional<StmtPoint> SP = AllocPP.getAs<StmtPoint>()) in GetAllocationSite()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExplodedGraph.cpp | 142 if (Optional<StmtPoint> SP = SuccLoc.getAs<StmtPoint>()) in shouldCollect() 333 if (auto SP = P.getAs<StmtPoint>()) in getStmtForDiagnostics()
|
| H A D | BugReporterVisitors.cpp | 888 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() 1004 Optional<StmtPoint> SP = N->getLocationAs<StmtPoint>(); in visitNodeInitial() 1763 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() 1772 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode() 2273 if (Optional<StmtPoint> SP = ExprNode->getLocationAs<StmtPoint>()) in handle()
|
| H A D | ExprEngineCallAndReturn.cpp | 88 if (Optional<StmtPoint> SP = PP.getAs<StmtPoint>()) { in getLastStmt()
|
| H A D | BugReporter.cpp | 1036 Optional<StmtPoint> SP = N->getLocation().getAs<StmtPoint>(); in getStmtBeforeCond()
|
| H A D | ExprEngine.cpp | 2107 if (Optional<StmtPoint> SP = L.getAs<StmtPoint>()) in replayWithoutInlining()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 187 const Stmt *S = castAs<StmtPoint>().getStmt(); in printJson()
|
| H A D | PathDiagnostic.cpp | 688 } else if (Optional<StmtPoint> SP = P.getAs<StmtPoint>()) { in create()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MacOSKeychainAPIChecker.cpp | 634 cast<CallExpr>(N->getLocation().castAs<StmtPoint>().getStmt()); in VisitNode()
|
| H A D | LocalizationChecker.cpp | 1007 Optional<StmtPoint> Point = Succ->getLocation().getAs<StmtPoint>(); in VisitNode()
|