Home
last modified time | relevance | path

Searched refs:getImplementationAtPosition (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/services/
Dshims.ts199 getImplementationAtPosition(fileName: string, position: number): string; method
851 public getImplementationAtPosition(fileName: string, position: number): string {
854 () => this.languageService.getImplementationAtPosition(fileName, position)
Dtypes.ts493getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method
Dservices.ts1813 …function getImplementationAtPosition(fileName: string, position: number): ImplementationLocation[]… function
2721 getImplementationAtPosition, constant
/third_party/typescript/src/harness/
DharnessLanguageService.ts532getImplementationAtPosition(fileName: string, position: number): ts.ImplementationLocation[] {
533 return unwrapJSONCallResult(this.shim.getImplementationAtPosition(fileName, position));
Dclient.ts354 getImplementationAtPosition(fileName: string, position: number): ImplementationLocation[] { method in ts.server.SessionClient
DfourslashImpl.ts2396 …const implementations = this.languageService.getImplementationAtPosition(this.activeFile.fileName,…
2415 …const implementations = this.languageService.getImplementationAtPosition(this.activeFile.fileName,…
2430 …nly ImplementationLocationInformation[] = this.languageService.getImplementationAtPosition(this.ac…
/third_party/typescript/src/server/
Dsession.ts1588 …= this.mapImplementationLocations(project.getLanguageService().getImplementationAtPosition(file, p…
/third_party/typescript/lib/
Dtypescript.d.ts6345getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method
DtypescriptServices.d.ts6345getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method
Dtsserverlibrary.d.ts6345getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6345getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method
Dtsserverlibrary.d.ts6345getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method