Searched refs:pathStack (Results 1 – 1 of 1) sorted by relevance
780 SmallVector<PathPieces *, 3> pathStack; variable804 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()