Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dshims.ts268getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
1004 …public getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTem…
1007 … () => this.languageService.getDocCommentTemplateAtPosition(fileName, position, options)
DjsDoc.ts340 …export function getDocCommentTemplateAtPosition(newLine: string, sourceFile: SourceFile, position:… function
Dservices.ts2146 …function getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentT… function
2147 …return JsDoc.getDocCommentTemplateAtPosition(getNewLineOrDefaultFromHost(host), syntaxTreeCache.ge…
2743 getDocCommentTemplateAtPosition, constant
Dtypes.ts522getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
/third_party/typescript/src/harness/
DharnessLanguageService.ts580getDocCommentTemplateAtPosition(fileName: string, position: number, options?: ts.DocCommentTemplat…
581 …return unwrapJSONCallResult(this.shim.getDocCommentTemplateAtPosition(fileName, position, options)…
Dclient.ts652getDocCommentTemplateAtPosition(_fileName: string, _position: number, _options?: DocCommentTemplat…
DfourslashImpl.ts3140 …const actual = this.languageService.getDocCommentTemplateAtPosition(this.activeFile.fileName, this…
/third_party/typescript/src/server/
Dsession.ts1915 … return languageService.getDocCommentTemplateAtPosition(file, position, this.getPreferences(file));
/third_party/typescript/lib/
Dtypescript.d.ts6366getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
DtypescriptServices.d.ts6366getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
Dtsserverlibrary.d.ts6366getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6366getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
Dtsserverlibrary.d.ts6366getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method