Searched defs:parentScope (Results 1 – 6 of 6) sorted by relevance
38 parentScope: Scope | null; property in Scope
90 FunctionScope parentScope(Allocator(), nullptr); in TEST_F() local108 FunctionScope parentScope(Allocator(), nullptr); in TEST_F() local
172 let parentScope = new Scope('parentScope', sourceFile, ScopeKind.FUNCTION); variable
818 Scope *parentScope = parent_; in GetParentWithScopeName() local
402 auto *parentScope = Binder()->GetScope(); in ParseTsModuleOrNamespaceDelaration() local
10378 const parentScope = scopeStack[scopeStack.length - 1]; constant