Searched refs:getImplementationAtPosition (Results 1 – 12 of 12) sorted by relevance
| /third_party/typescript/src/services/ |
| D | shims.ts | 199 getImplementationAtPosition(fileName: string, position: number): string; method 851 public getImplementationAtPosition(fileName: string, position: number): string { 854 () => this.languageService.getImplementationAtPosition(fileName, position)
|
| D | types.ts | 493 …getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method
|
| D | services.ts | 1813 …function getImplementationAtPosition(fileName: string, position: number): ImplementationLocation[]… function 2721 getImplementationAtPosition, constant
|
| /third_party/typescript/src/harness/ |
| D | harnessLanguageService.ts | 532 … getImplementationAtPosition(fileName: string, position: number): ts.ImplementationLocation[] { 533 return unwrapJSONCallResult(this.shim.getImplementationAtPosition(fileName, position));
|
| D | client.ts | 354 getImplementationAtPosition(fileName: string, position: number): ImplementationLocation[] { method in ts.server.SessionClient
|
| D | fourslashImpl.ts | 2396 …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/ |
| D | session.ts | 1588 …= this.mapImplementationLocations(project.getLanguageService().getImplementationAtPosition(file, p…
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 6345 …getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method
|
| D | typescriptServices.d.ts | 6345 …getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method
|
| D | tsserverlibrary.d.ts | 6345 …getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 6345 …getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method
|
| D | tsserverlibrary.d.ts | 6345 …getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method
|