Searched refs:mScopeStack (Results 1 – 2 of 2) sorted by relevance
106 std::deque<Scope*> mScopeStack; // A deque used as a stack to store scopes, but also variable117 inline bool emptyScope() const { return mScopeStack.empty(); } in emptyScope()120 return mScopeStack.back(); in getCurrentScope()
1467 mScopeStack.push_back(&S); in HandleParamsAndLocals()1476 mScopeStack.pop_back(); in HandleParamsAndLocals()1639 mScopeStack.push_back(S); in VisitCompoundStmt()1646 mScopeStack.pop_back(); in VisitCompoundStmt()1690 for (const Scope* S : mScopeStack) { in VisitReturnStmt()