Searched refs:StmtPoint (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/Analysis/
H A DProgramPoint.h239 class StmtPoint : public ProgramPoint { class in namespace:clang
241 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, function in class:clang::StmtPoint
253 StmtPoint() {} function in class:clang::StmtPoint
263 class PreStmt : public StmtPoint {
267 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {}
279 class PostStmt : public StmtPoint {
284 : StmtPoint(S, data, k, L, tag) {}
289 : StmtPoint(S, nullptr, k, L, tag) {}
293 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {}
318 class LocationCheck : public StmtPoint {
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp93 // (10) The successor is neither a CallExpr StmtPoint nor a CallEnter or
153 if (Optional<StmtPoint> SP = SuccLoc.getAs<StmtPoint>())
H A DBugReporterVisitors.cpp183 if (Optional<StmtPoint> SP = Node->getLocationAs<StmtPoint>())
242 Optional<StmtPoint> SP = N->getLocationAs<StmtPoint>();
924 if (Optional<StmtPoint> ps = pp.getAs<StmtPoint>()) {
H A DPathDiagnostic.cpp669 } else if (Optional<StmtPoint> SP = P.getAs<StmtPoint>()) {
695 if (Optional<StmtPoint> SP = P.getAs<StmtPoint>())
H A DExprEngineCallAndReturn.cpp83 if (Optional<StmtPoint> SP = PP.getAs<StmtPoint>()) {
H A DExprEngine.cpp1241 if (Optional<StmtPoint> SP = L.getAs<StmtPoint>())
2480 const Stmt *S = Loc.castAs<StmtPoint>().getStmt();
H A DBugReporter.cpp1347 Optional<StmtPoint> SP = N->getLocation().getAs<StmtPoint>();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1837 if (!N->getLocation().getAs<StmtPoint>())
1859 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt();
1949 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt();
2000 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt();
2108 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt();
2203 if (Optional<StmtPoint> SP = AllocPP.getAs<StmtPoint>())
H A DMacOSKeychainAPIChecker.cpp607 cast<CallExpr>(N->getLocation().castAs<StmtPoint>().getStmt());
H A DMallocChecker.cpp1776 else if (Optional<StmtPoint> SP = P.getAs<StmtPoint>())
2280 if (Optional<StmtPoint> SP = ProgLoc.getAs<StmtPoint>()) {

Completed in 135 milliseconds