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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1104 const PathDiagnosticLocation &PrevLocClean = cleanUpLocation(PrevLoc, PDB.LC); local
1106 if (PrevLocClean.asLocation().isInvalid()) {
1111 if (NewLocClean.asLocation() == PrevLocClean.asLocation())
1116 PrevLocClean.asLocation().getExpansionLoc())
1119 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(NewLocClean, PrevLocClean));

Completed in 85 milliseconds