Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp955 const PathDiagnosticLocation &PrevLocClean = cleanUpLocation(PrevLoc); in rawAddEdge() local
957 if (NewLocClean.asLocation() == PrevLocClean.asLocation()) in rawAddEdge()
962 PrevLocClean.asLocation().getExpansionLoc()) in rawAddEdge()
965 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(NewLocClean, PrevLocClean)); in rawAddEdge()