Home
last modified time | relevance | path

Searched refs:getDocCommentTemplateAtPosition (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/src/services/
Dshims.ts266getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
1002 …public getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTem…
1005 … () => this.languageService.getDocCommentTemplateAtPosition(fileName, position, options)
DjsDoc.ts254 …export function getDocCommentTemplateAtPosition(newLine: string, sourceFile: SourceFile, position:… function
Dservices.ts2024 …function getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentT… function
2025 …return JsDoc.getDocCommentTemplateAtPosition(getNewLineOrDefaultFromHost(host), syntaxTreeCache.ge…
2576 getDocCommentTemplateAtPosition, constant
Dtypes.ts495getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
/third_party/typescript/src/harness/
DharnessLanguageService.ts561getDocCommentTemplateAtPosition(fileName: string, position: number, options?: ts.DocCommentTemplat…
562 …return unwrapJSONCallResult(this.shim.getDocCommentTemplateAtPosition(fileName, position, options)…
Dclient.ts608getDocCommentTemplateAtPosition(_fileName: string, _position: number, _options?: DocCommentTemplat…
DfourslashImpl.ts3063 …const actual = this.languageService.getDocCommentTemplateAtPosition(this.activeFile.fileName, this…
/third_party/typescript/src/server/
Dsession.ts1644 … return languageService.getDocCommentTemplateAtPosition(file, position, this.getPreferences(file));
/third_party/typescript/lib/
Dtypescript.d.ts5600getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
DtypescriptServices.d.ts5600getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
Dtsserverlibrary.d.ts5600getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
Dtsserverlibrary.js127434 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));
Dtsserver.js126865 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));
Dtypescript.js127434 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…
DtypescriptServices.js127434 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/
Dtypescript.d.ts5843getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
Dtsserverlibrary.d.ts5843getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method