Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3245 PathDiagnosticPiece *LastP = PD.path.back().get(); in resetDiagnosticLocationToMainFile() local
3246 assert(LastP); in resetDiagnosticLocationToMainFile()
3247 const SourceManager &SMgr = LastP->getLocation().getManager(); in resetDiagnosticLocationToMainFile()
3251 if (auto *CP = dyn_cast<PathDiagnosticCallPiece>(LastP)) { in resetDiagnosticLocationToMainFile()