Searched defs:getDefinitionAtPosition (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/src/services/ |
D | goToDefinition.ts | 3 …export function getDefinitionAtPosition(program: Program, sourceFile: SourceFile, position: number… function
|
D | services.ts | 1796 …function getDefinitionAtPosition(fileName: string, position: number, searchOtherFilesOnly?: boolea… function 2719 getDefinitionAtPosition, constant
|
D | shims.ts | 183 getDefinitionAtPosition(fileName: string, position: number): string; method
|
D | types.ts | 486 …getDefinitionAtPosition(fileName: string, position: number, searchOtherFilesOnly: false, stopAtAli… method 489 …getDefinitionAtPosition(fileName: string, position: number, searchOtherFilesOnly: boolean, stopAtA… method 490 …getDefinitionAtPosition(fileName: string, position: number): readonly DefinitionInfo[] | undefined; method
|
/third_party/typescript/src/harness/ |
D | client.ts | 284 getDefinitionAtPosition(fileName: string, position: number): DefinitionInfo[] { method in ts.server.SessionClient
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 6342 …getDefinitionAtPosition(fileName: string, position: number): readonly DefinitionInfo[] | undefined; method
|
D | typescriptServices.d.ts | 6342 …getDefinitionAtPosition(fileName: string, position: number): readonly DefinitionInfo[] | undefined; method
|
D | tsserverlibrary.d.ts | 6342 …getDefinitionAtPosition(fileName: string, position: number): readonly DefinitionInfo[] | undefined; method
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 6342 …getDefinitionAtPosition(fileName: string, position: number): readonly DefinitionInfo[] | undefined; method
|
D | tsserverlibrary.d.ts | 6342 …getDefinitionAtPosition(fileName: string, position: number): readonly DefinitionInfo[] | undefined; method
|