Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dtypes.ts4739 …* - But the result of `getSymbolsInScope` will contain the *local* symbol for `T`, not the exp… enumerator
Dchecker.ts43227 function getSymbolsInScope(location: Node, meaning: SymbolFlags): Symbol[] { function
/third_party/typescript/lib/
DtypescriptServices.d.ts2421 getSymbolsInScope(location: Node, meaning: SymbolFlags): Symbol[]; method
Dtypescript.d.ts2421 getSymbolsInScope(location: Node, meaning: SymbolFlags): Symbol[]; method
Dtsserverlibrary.d.ts2421 getSymbolsInScope(location: Node, meaning: SymbolFlags): Symbol[]; method
Dtsc.js42053 getSymbolsInScope: function (locationIn, meaning) { method
76101 function getSymbolsInScope(location, meaning) { function
DtypingsInstaller.js51071 getSymbolsInScope: function (locationIn, meaning) { method
90252 function getSymbolsInScope(location, meaning) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2421 getSymbolsInScope(location: Node, meaning: SymbolFlags): Symbol[]; method
Dtsserverlibrary.d.ts2421 getSymbolsInScope(location: Node, meaning: SymbolFlags): Symbol[]; method