Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h819 void popActivePath() { if (!pathStack.empty()) pathStack.pop_back(); } in popActivePath() function
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h764 void popActivePath() { if (!pathStack.empty()) pathStack.pop_back(); } in popActivePath() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp590 PD.popActivePath(); in GenerateMinimalPathDiagnostic()
1443 PD.popActivePath(); in GenerateExtensivePathDiagnostic()
1660 PD.popActivePath(); in GenerateAlternateExtensivePathDiagnostic()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1150 C.PD->popActivePath(); in generatePathDiagnosticsForNode()