Searched refs:ScopeChain (Results 1 – 4 of 4) sorted by relevance
19 class ScopeChain; variable25 explicit Scope(ScopeChain& scope_chain);37 ScopeChain& GetScopeChain() const { return scope_chain_; } in GetScopeChain()46 friend class ScopeChain;65 ScopeChain& scope_chain_;80 class ScopeChain {82 ScopeChain() : next_scope_number_(0) {} in ScopeChain() function129 ScopeChain* chain;145 ScopeChain* chain_;
17 Scope::Scope(ScopeChain& scope_chain) in Scope()22 Scope* ScopeChain::NewScope() { in NewScope()
113 ScopeChain::Snapshot GetScopeChainSnapshot() { return chain_.TaskSnapshot(); } in GetScopeChainSnapshot()156 ScopeChain chain_;162 std::map<Generic*, ScopeChain::Snapshot> generic_declaration_scopes_;225 ScopeChain::ScopedSnapshotRestorer restorer_;
22 class ScopeChain; variable