Home
last modified time | relevance | path

Searched defs:getSymbolsInScope (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/compiler/
Dtypes.ts4718 …* - But the result of `getSymbolsInScope` will contain the *local* symbol for `T`, not the exp… enumerator
Dchecker.ts43156 function getSymbolsInScope(location: Node, meaning: SymbolFlags): Symbol[] { function
/third_party/typescript/lib/
Dtypescript.d.ts2407 getSymbolsInScope(location: Node, meaning: SymbolFlags): Symbol[]; method
DtypescriptServices.d.ts2407 getSymbolsInScope(location: Node, meaning: SymbolFlags): Symbol[]; method
Dtsserverlibrary.d.ts2407 getSymbolsInScope(location: Node, meaning: SymbolFlags): Symbol[]; method
DtypingsInstaller.js50897 getSymbolsInScope: function (locationIn, meaning) { method
90030 function getSymbolsInScope(location, meaning) { function
Dtsc.js41889 getSymbolsInScope: function (locationIn, meaning) { method
75896 function getSymbolsInScope(location, meaning) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2407 getSymbolsInScope(location: Node, meaning: SymbolFlags): Symbol[]; method
Dtsserverlibrary.d.ts2407 getSymbolsInScope(location: Node, meaning: SymbolFlags): Symbol[]; method