Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h817 void pushActivePath(PathPieces *p) { pathStack.push_back(p); } in pushActivePath() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1131 PD.pushActivePath(&P->path); in generatePathDiagnosticsForNode()