Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h726 SmallVector<PathPieces *, 3> pathStack; variable
747 if (pathStack.empty()) in getActivePath()
749 return *pathStack.back(); in getActivePath()
760 void pushActivePath(PathPieces *p) { pathStack.push_back(p); } in pushActivePath()
761 void popActivePath() { if (!pathStack.empty()) pathStack.pop_back(); } in popActivePath()
763 bool isWithinCall() const { return !pathStack.empty(); } in isWithinCall()
779 pathStack.clear(); in resetPath()