| /third_party/typescript/src/services/ |
| D | shims.ts | 266 …getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method 1002 …public getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTem… 1005 … () => this.languageService.getDocCommentTemplateAtPosition(fileName, position, options)
|
| D | jsDoc.ts | 254 …export function getDocCommentTemplateAtPosition(newLine: string, sourceFile: SourceFile, position:… function
|
| D | services.ts | 2024 …function getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentT… function 2025 …return JsDoc.getDocCommentTemplateAtPosition(getNewLineOrDefaultFromHost(host), syntaxTreeCache.ge… 2576 getDocCommentTemplateAtPosition, constant
|
| D | types.ts | 495 …getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
|
| /third_party/typescript/src/harness/ |
| D | harnessLanguageService.ts | 561 …getDocCommentTemplateAtPosition(fileName: string, position: number, options?: ts.DocCommentTemplat… 562 …return unwrapJSONCallResult(this.shim.getDocCommentTemplateAtPosition(fileName, position, options)…
|
| D | client.ts | 608 …getDocCommentTemplateAtPosition(_fileName: string, _position: number, _options?: DocCommentTemplat…
|
| D | fourslashImpl.ts | 3063 …const actual = this.languageService.getDocCommentTemplateAtPosition(this.activeFile.fileName, this…
|
| /third_party/typescript/src/server/ |
| D | session.ts | 1644 … return languageService.getDocCommentTemplateAtPosition(file, position, this.getPreferences(file));
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 5600 …getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
|
| D | typescriptServices.d.ts | 5600 …getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
|
| D | tsserverlibrary.d.ts | 5600 …getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
|
| D | tsserverlibrary.js | 127434 function getDocCommentTemplateAtPosition(newLine, sourceFile, position, options) { function 127476 JsDoc.getDocCommentTemplateAtPosition = getDocCommentTemplateAtPosition; 150659 function getDocCommentTemplateAtPosition(fileName, position, options) { function 150660 …return ts.JsDoc.getDocCommentTemplateAtPosition(ts.getNewLineOrDefaultFromHost(host), syntaxTreeCa… 151132 getDocCommentTemplateAtPosition: getDocCommentTemplateAtPosition, property 152464 …LanguageServiceShimObject.prototype.getDocCommentTemplateAtPosition = function (fileName, position… method in LanguageServiceShimObject 152466 …+ position + ")", function () { return _this.languageService.getDocCommentTemplateAtPosition(fileN… 160886 … return languageService.getDocCommentTemplateAtPosition(file, position, this.getPreferences(file));
|
| D | tsserver.js | 126865 function getDocCommentTemplateAtPosition(newLine, sourceFile, position, options) { function 126907 JsDoc.getDocCommentTemplateAtPosition = getDocCommentTemplateAtPosition; 150090 function getDocCommentTemplateAtPosition(fileName, position, options) { function 150091 …return ts.JsDoc.getDocCommentTemplateAtPosition(ts.getNewLineOrDefaultFromHost(host), syntaxTreeCa… 150563 getDocCommentTemplateAtPosition: getDocCommentTemplateAtPosition, property 151895 …LanguageServiceShimObject.prototype.getDocCommentTemplateAtPosition = function (fileName, position… method in LanguageServiceShimObject 151897 …+ position + ")", function () { return _this.languageService.getDocCommentTemplateAtPosition(fileN… 160692 … return languageService.getDocCommentTemplateAtPosition(file, position, this.getPreferences(file));
|
| D | typescript.js | 127434 function getDocCommentTemplateAtPosition(newLine, sourceFile, position, options) { function 127476 JsDoc.getDocCommentTemplateAtPosition = getDocCommentTemplateAtPosition; 150659 function getDocCommentTemplateAtPosition(fileName, position, options) { function 150660 …return ts.JsDoc.getDocCommentTemplateAtPosition(ts.getNewLineOrDefaultFromHost(host), syntaxTreeCa… 151132 getDocCommentTemplateAtPosition: getDocCommentTemplateAtPosition, property 152464 …LanguageServiceShimObject.prototype.getDocCommentTemplateAtPosition = function (fileName, position… method in LanguageServiceShimObject 152466 …+ position + ")", function () { return _this.languageService.getDocCommentTemplateAtPosition(fileN…
|
| D | typescriptServices.js | 127434 function getDocCommentTemplateAtPosition(newLine, sourceFile, position, options) { function 127476 JsDoc.getDocCommentTemplateAtPosition = getDocCommentTemplateAtPosition; 150659 function getDocCommentTemplateAtPosition(fileName, position, options) { function 150660 …return ts.JsDoc.getDocCommentTemplateAtPosition(ts.getNewLineOrDefaultFromHost(host), syntaxTreeCa… 151132 getDocCommentTemplateAtPosition: getDocCommentTemplateAtPosition, property 152464 …LanguageServiceShimObject.prototype.getDocCommentTemplateAtPosition = function (fileName, position… method in LanguageServiceShimObject 152466 …+ position + ")", function () { return _this.languageService.getDocCommentTemplateAtPosition(fileN…
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 5843 …getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
|
| D | tsserverlibrary.d.ts | 5843 …getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
|