Searched refs:getDocCommentTemplateAtPosition (Results 1 – 13 of 13) sorted by relevance
| /third_party/typescript/src/services/ |
| D | shims.ts | 268 …getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method 1004 …public getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTem… 1007 … () => this.languageService.getDocCommentTemplateAtPosition(fileName, position, options)
|
| D | jsDoc.ts | 340 …export function getDocCommentTemplateAtPosition(newLine: string, sourceFile: SourceFile, position:… function
|
| D | services.ts | 2146 …function getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentT… function 2147 …return JsDoc.getDocCommentTemplateAtPosition(getNewLineOrDefaultFromHost(host), syntaxTreeCache.ge… 2743 getDocCommentTemplateAtPosition, constant
|
| D | types.ts | 522 …getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
|
| /third_party/typescript/src/harness/ |
| D | harnessLanguageService.ts | 580 …getDocCommentTemplateAtPosition(fileName: string, position: number, options?: ts.DocCommentTemplat… 581 …return unwrapJSONCallResult(this.shim.getDocCommentTemplateAtPosition(fileName, position, options)…
|
| D | client.ts | 652 …getDocCommentTemplateAtPosition(_fileName: string, _position: number, _options?: DocCommentTemplat…
|
| D | fourslashImpl.ts | 3140 …const actual = this.languageService.getDocCommentTemplateAtPosition(this.activeFile.fileName, this…
|
| /third_party/typescript/src/server/ |
| D | session.ts | 1915 … return languageService.getDocCommentTemplateAtPosition(file, position, this.getPreferences(file));
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 6366 …getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
|
| D | typescriptServices.d.ts | 6366 …getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
|
| D | tsserverlibrary.d.ts | 6366 …getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 6366 …getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
|
| D | tsserverlibrary.d.ts | 6366 …getDocCommentTemplateAtPosition(fileName: string, position: number, options?: DocCommentTemplateOp… method
|