Home
last modified time | relevance | path

Searched defs:getDefinitionAndBoundSpan (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/src/services/
DgoToDefinition.ts184 …export function getDefinitionAndBoundSpan(program: Program, sourceFile: SourceFile, position: numb… function
Dservices.ts1667 …function getDefinitionAndBoundSpan(fileName: string, position: number): DefinitionInfoAndBoundSpan… function
2553 getDefinitionAndBoundSpan, constant
Dshims.ts183 getDefinitionAndBoundSpan(fileName: string, position: number): string; method
Dtypes.ts466getDefinitionAndBoundSpan(fileName: string, position: number): DefinitionInfoAndBoundSpan | undefi… method
/third_party/typescript/src/harness/
Dclient.ts296 getDefinitionAndBoundSpan(fileName: string, position: number): DefinitionInfoAndBoundSpan { method in ts.server.SessionClient
/third_party/typescript/lib/
Dtypescript.d.ts5578getDefinitionAndBoundSpan(fileName: string, position: number): DefinitionInfoAndBoundSpan | undefi… method
DtypescriptServices.d.ts5578getDefinitionAndBoundSpan(fileName: string, position: number): DefinitionInfoAndBoundSpan | undefi… method
Dtsserverlibrary.d.ts5578getDefinitionAndBoundSpan(fileName: string, position: number): DefinitionInfoAndBoundSpan | undefi… method
Dtsserverlibrary.js127027 function getDefinitionAndBoundSpan(program, sourceFile, position) { function
150376 function getDefinitionAndBoundSpan(fileName, position) { function
151109 getDefinitionAndBoundSpan: getDefinitionAndBoundSpan, property
152344 … LanguageServiceShimObject.prototype.getDefinitionAndBoundSpan = function (fileName, position) { method in LanguageServiceShimObject
160542 Session.prototype.getDefinitionAndBoundSpan = function (args, simplifiedResult) { method in Session
Dtsserver.js126458 function getDefinitionAndBoundSpan(program, sourceFile, position) { function
149807 function getDefinitionAndBoundSpan(fileName, position) { function
150540 getDefinitionAndBoundSpan: getDefinitionAndBoundSpan, property
151775 … LanguageServiceShimObject.prototype.getDefinitionAndBoundSpan = function (fileName, position) { method in LanguageServiceShimObject
160348 Session.prototype.getDefinitionAndBoundSpan = function (args, simplifiedResult) { method in Session
Dtypescript.js127027 function getDefinitionAndBoundSpan(program, sourceFile, position) { function
150376 function getDefinitionAndBoundSpan(fileName, position) { function
151109 getDefinitionAndBoundSpan: getDefinitionAndBoundSpan, property
152344 … LanguageServiceShimObject.prototype.getDefinitionAndBoundSpan = function (fileName, position) { method in LanguageServiceShimObject
DtypescriptServices.js127027 function getDefinitionAndBoundSpan(program, sourceFile, position) { function
150376 function getDefinitionAndBoundSpan(fileName, position) { function
151109 getDefinitionAndBoundSpan: getDefinitionAndBoundSpan, property
152344 … LanguageServiceShimObject.prototype.getDefinitionAndBoundSpan = function (fileName, position) { method in LanguageServiceShimObject
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5821getDefinitionAndBoundSpan(fileName: string, position: number): DefinitionInfoAndBoundSpan | undefi… method
Dtsserverlibrary.d.ts5821getDefinitionAndBoundSpan(fileName: string, position: number): DefinitionInfoAndBoundSpan | undefi… method