Searched defs:scopeChain (Results 1 – 5 of 5) sorted by relevance
9 constructor (public scopeChain: ScopeChain, property in AssignScopeContext
10 constructor (public scopeChain: ScopeChain, public checker: TypeChecker) { property in TypeCollectionContext
152 var scopeChain = context.scopeChain; variable909 function findTypeSymbolInScopeChain(name, scopeChain) { argument
231 function TypeCollectionContext(scopeChain, checker) { argument
476 function AssignScopeContext(scopeChain, typeFlow, modDeclChain) { argument