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