Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h776 SmallVector<PathPieces *, 3> pathStack; variable
800 if (pathStack.empty()) in getActivePath()
802 return *pathStack.back(); in getActivePath()
813 void pushActivePath(PathPieces *p) { pathStack.push_back(p); } in pushActivePath()
814 void popActivePath() { if (!pathStack.empty()) pathStack.pop_back(); } in popActivePath()
816 bool isWithinCall() const { return !pathStack.empty(); } in isWithinCall()