Home
last modified time | relevance | path

Searched defs:getDefinitionAtPosition (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/src/services/
DgoToDefinition.ts3 …export function getDefinitionAtPosition(program: Program, sourceFile: SourceFile, position: number… function
Dservices.ts1796 …function getDefinitionAtPosition(fileName: string, position: number, searchOtherFilesOnly?: boolea… function
2719 getDefinitionAtPosition, constant
Dshims.ts183 getDefinitionAtPosition(fileName: string, position: number): string; method
Dtypes.ts486getDefinitionAtPosition(fileName: string, position: number, searchOtherFilesOnly: false, stopAtAli… method
489getDefinitionAtPosition(fileName: string, position: number, searchOtherFilesOnly: boolean, stopAtA… method
490getDefinitionAtPosition(fileName: string, position: number): readonly DefinitionInfo[] | undefined; method
/third_party/typescript/src/harness/
Dclient.ts284 getDefinitionAtPosition(fileName: string, position: number): DefinitionInfo[] { method in ts.server.SessionClient
/third_party/typescript/lib/
Dtypescript.d.ts6342getDefinitionAtPosition(fileName: string, position: number): readonly DefinitionInfo[] | undefined; method
DtypescriptServices.d.ts6342getDefinitionAtPosition(fileName: string, position: number): readonly DefinitionInfo[] | undefined; method
Dtsserverlibrary.d.ts6342getDefinitionAtPosition(fileName: string, position: number): readonly DefinitionInfo[] | undefined; method
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6342getDefinitionAtPosition(fileName: string, position: number): readonly DefinitionInfo[] | undefined; method
Dtsserverlibrary.d.ts6342getDefinitionAtPosition(fileName: string, position: number): readonly DefinitionInfo[] | undefined; method