Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp152 const ProgramPoint SuccLoc = succ->getLocation(); in shouldCollect() local
153 if (Optional<StmtPoint> SP = SuccLoc.getAs<StmtPoint>()) in shouldCollect()
158 if (SuccLoc.getAs<CallEnter>() || SuccLoc.getAs<PreImplicitCall>()) in shouldCollect()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp142 const ProgramPoint SuccLoc = succ->getLocation(); in shouldCollect() local
143 if (Optional<StmtPoint> SP = SuccLoc.getAs<StmtPoint>()) in shouldCollect()
148 if (SuccLoc.getAs<CallEnter>() || SuccLoc.getAs<PreImplicitCall>()) in shouldCollect()