Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h780 SmallVector<PathPieces *, 3> pathStack; variable
804 if (pathStack.empty()) in getActivePath()
806 return *pathStack.back(); in getActivePath()
817 void pushActivePath(PathPieces *p) { pathStack.push_back(p); } in pushActivePath()
818 void popActivePath() { if (!pathStack.empty()) pathStack.pop_back(); } in popActivePath()
820 bool isWithinCall() const { return !pathStack.empty(); } in isWithinCall()