Home
last modified time | relevance | path

Searched refs:StmtPoint (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h271 class StmtPoint : public ProgramPoint {
273 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, in StmtPoint() function
285 StmtPoint() = default;
295 class PreStmt : public StmtPoint {
299 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() function
311 class PostStmt : public StmtPoint {
316 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() function
321 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() function
325 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() function
373 class LocationCheck : public StmtPoint {
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp478 if (!N->getLocation().getAs<StmtPoint>()) in VisitNode()
508 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode()
560 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode()
594 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt(); in VisitNode()
737 if (Optional<StmtPoint> SP = AllocPP.getAs<StmtPoint>()) in GetAllocationSite()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp143 if (Optional<StmtPoint> SP = SuccLoc.getAs<StmtPoint>()) in shouldCollect()
334 if (auto SP = P.getAs<StmtPoint>()) in getStmtForDiagnostics()
H A DBugReporterVisitors.cpp830 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
978 if (Optional<StmtPoint> SP = Node->getLocationAs<StmtPoint>()) in addVisitorIfNecessary()
1031 Optional<StmtPoint> SP = N->getLocationAs<StmtPoint>(); in visitNodeInitial()
1760 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
1769 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode()
H A DExprEngineCallAndReturn.cpp88 if (Optional<StmtPoint> SP = PP.getAs<StmtPoint>()) { in getLastStmt()
H A DBugReporter.cpp1033 Optional<StmtPoint> SP = N->getLocation().getAs<StmtPoint>(); in getStmtBeforeCond()
H A DExprEngine.cpp1920 if (Optional<StmtPoint> SP = L.getAs<StmtPoint>()) in replayWithoutInlining()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DProgramPoint.cpp187 const Stmt *S = castAs<StmtPoint>().getStmt(); in printJson()
H A DPathDiagnostic.cpp688 } else if (Optional<StmtPoint> SP = P.getAs<StmtPoint>()) { in create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1007 Optional<StmtPoint> Point = Succ->getLocation().getAs<StmtPoint>(); in VisitNode()
H A DMacOSKeychainAPIChecker.cpp635 cast<CallExpr>(N->getLocation().castAs<StmtPoint>().getStmt()); in VisitNode()