Searched refs:mScopeStack (Results 1 – 2 of 2) sorted by relevance
105 std::deque<Scope*> mScopeStack; // A deque used as a stack to store scopes, but also variable116 inline bool emptyScope() const { return mScopeStack.empty(); } in emptyScope()119 return mScopeStack.back(); in getCurrentScope()
1515 mScopeStack.push_back(S); in VisitCompoundStmt()1522 mScopeStack.pop_back(); in VisitCompoundStmt()1544 for (const Scope* S : mScopeStack) { in VisitReturnStmt()