Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h776 SmallVector<PathPieces *, 3> pathStack; variable
803 if (pathStack.empty()) in getActivePath()
805 return *pathStack.back(); in getActivePath()
816 void pushActivePath(PathPieces *p) { pathStack.push_back(p); } in pushActivePath()
817 void popActivePath() { if (!pathStack.empty()) pathStack.pop_back(); } in popActivePath()
819 bool isWithinCall() const { return !pathStack.empty(); } in isWithinCall()