Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h814 void popActivePath() { if (!pathStack.empty()) pathStack.pop_back(); } in popActivePath() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1152 C.PD->popActivePath(); in generatePathDiagnosticsForNode()