Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1098 const PathDiagnosticLocation &PrevLocClean = cleanUpLocation(PrevLoc, PDB.LC); in rawAddEdge() local
1100 if (PrevLocClean.asLocation().isInvalid()) { in rawAddEdge()
1105 if (NewLocClean.asLocation() == PrevLocClean.asLocation()) in rawAddEdge()
1110 PrevLocClean.asLocation().getExpansionLoc()) in rawAddEdge()
1113 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(NewLocClean, PrevLocClean)); in rawAddEdge()