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

/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp152 const ProgramPoint SuccLoc = succ->getLocation(); local
153 if (Optional<StmtPoint> SP = SuccLoc.getAs<StmtPoint>())
158 if (SuccLoc.getAs<CallEnter>() || SuccLoc.getAs<PreImplicitCall>())

Completed in 28 milliseconds