Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dshims.ts197 getImplementationAtPosition(fileName: string, position: number): string; method
849 public getImplementationAtPosition(fileName: string, position: number): string {
852 () => this.languageService.getImplementationAtPosition(fileName, position)
Dtypes.ts468getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method
Dservices.ts1679 …function getImplementationAtPosition(fileName: string, position: number): ImplementationLocation[]… function
2554 getImplementationAtPosition, constant
/third_party/typescript/src/harness/
DharnessLanguageService.ts513getImplementationAtPosition(fileName: string, position: number): ts.ImplementationLocation[] {
514 return unwrapJSONCallResult(this.shim.getImplementationAtPosition(fileName, position));
Dclient.ts332 getImplementationAtPosition(fileName: string, position: number): ImplementationLocation[] { method in ts.server.SessionClient
DfourslashImpl.ts2333 …const implementations = this.languageService.getImplementationAtPosition(this.activeFile.fileName,…
2352 …const implementations = this.languageService.getImplementationAtPosition(this.activeFile.fileName,…
2367 …nly ImplementationLocationInformation[] = this.languageService.getImplementationAtPosition(this.ac…
/third_party/typescript/src/server/
Dsession.ts1346 …= this.mapImplementationLocations(project.getLanguageService().getImplementationAtPosition(file, p…
/third_party/typescript/lib/
Dtypescript.d.ts5580getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method
DtypescriptServices.d.ts5580getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method
Dtsserverlibrary.d.ts5580getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method
Dtsserverlibrary.js150385 function getImplementationAtPosition(fileName, position) { function
151110 getImplementationAtPosition: getImplementationAtPosition, property
152362 … LanguageServiceShimObject.prototype.getImplementationAtPosition = function (fileName, position) { method in LanguageServiceShimObject
152364 …" + position + ")", function () { return _this.languageService.getImplementationAtPosition(fileNam…
160627 …= this.mapImplementationLocations(project.getLanguageService().getImplementationAtPosition(file, p…
Dtsserver.js149816 function getImplementationAtPosition(fileName, position) { function
150541 getImplementationAtPosition: getImplementationAtPosition, property
151793 … LanguageServiceShimObject.prototype.getImplementationAtPosition = function (fileName, position) { method in LanguageServiceShimObject
151795 …" + position + ")", function () { return _this.languageService.getImplementationAtPosition(fileNam…
160433 …= this.mapImplementationLocations(project.getLanguageService().getImplementationAtPosition(file, p…
Dtypescript.js150385 function getImplementationAtPosition(fileName, position) { function
151110 getImplementationAtPosition: getImplementationAtPosition, property
152362 … LanguageServiceShimObject.prototype.getImplementationAtPosition = function (fileName, position) { method in LanguageServiceShimObject
152364 …" + position + ")", function () { return _this.languageService.getImplementationAtPosition(fileNam…
DtypescriptServices.js150385 function getImplementationAtPosition(fileName, position) { function
151110 getImplementationAtPosition: getImplementationAtPosition, property
152362 … LanguageServiceShimObject.prototype.getImplementationAtPosition = function (fileName, position) { method in LanguageServiceShimObject
152364 …" + position + ")", function () { return _this.languageService.getImplementationAtPosition(fileNam…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5823getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method
Dtsserverlibrary.d.ts5823getImplementationAtPosition(fileName: string, position: number): readonly ImplementationLocation[]… method