| /third_party/typescript/src/services/ |
| D | shims.ts | 278 … getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): string; 892 …public getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): stri… 895 … () => this.languageService.getSpanOfEnclosingComment(fileName, position, onlyMultiLine)
|
| D | types.ts | 504 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
|
| D | services.ts | 2315 …function getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): Te… 2318 …return range && (!onlyMultiLine || range.kind === SyntaxKind.MultiLineCommentTrivia) ? createTextS…
|
| /third_party/typescript/src/harness/ |
| D | harnessLanguageService.ts | 570 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): ts.TextSpan… 571 …eturn unwrapJSONCallResult(this.shim.getSpanOfEnclosingComment(fileName, position, onlyMultiLine));
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 239 onlyMultiLine: boolean; property
|
| D | tsserverlibrary.d.ts | 5607 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | … 6816 onlyMultiLine: boolean;
|
| D | typescript.d.ts | 5607 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
|
| D | typescriptServices.d.ts | 5607 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
|
| D | tsserverlibrary.js | 150912 function getSpanOfEnclosingComment(fileName, position, onlyMultiLine) { argument 150915 …return range && (!onlyMultiLine || range.kind === 3 /* MultiLineCommentTrivia */) ? ts.createTextS… 152387 …viceShimObject.prototype.getSpanOfEnclosingComment = function (fileName, position, onlyMultiLine) { argument 152389 …() { return _this.languageService.getSpanOfEnclosingComment(fileName, position, onlyMultiLine); }); 160890 var onlyMultiLine = args.onlyMultiLine; 160892 return languageService.getSpanOfEnclosingComment(file, position, onlyMultiLine);
|
| D | tsserver.js | 150343 function getSpanOfEnclosingComment(fileName, position, onlyMultiLine) { argument 150346 …return range && (!onlyMultiLine || range.kind === 3 /* MultiLineCommentTrivia */) ? ts.createTextS… 151818 …viceShimObject.prototype.getSpanOfEnclosingComment = function (fileName, position, onlyMultiLine) { argument 151820 …() { return _this.languageService.getSpanOfEnclosingComment(fileName, position, onlyMultiLine); }); 160696 var onlyMultiLine = args.onlyMultiLine; 160698 return languageService.getSpanOfEnclosingComment(file, position, onlyMultiLine);
|
| D | typescript.js | 150912 function getSpanOfEnclosingComment(fileName, position, onlyMultiLine) { argument 150915 …return range && (!onlyMultiLine || range.kind === 3 /* MultiLineCommentTrivia */) ? ts.createTextS… 152387 …viceShimObject.prototype.getSpanOfEnclosingComment = function (fileName, position, onlyMultiLine) { argument 152389 …() { return _this.languageService.getSpanOfEnclosingComment(fileName, position, onlyMultiLine); });
|
| D | typescriptServices.js | 150912 function getSpanOfEnclosingComment(fileName, position, onlyMultiLine) { argument 150915 …return range && (!onlyMultiLine || range.kind === 3 /* MultiLineCommentTrivia */) ? ts.createTextS… 152387 …viceShimObject.prototype.getSpanOfEnclosingComment = function (fileName, position, onlyMultiLine) { argument 152389 …() { return _this.languageService.getSpanOfEnclosingComment(fileName, position, onlyMultiLine); });
|
| /third_party/typescript/src/server/ |
| D | protocol.ts | 355 onlyMultiLine: boolean; property
|
| D | session.ts | 1649 const onlyMultiLine = args.onlyMultiLine; constant 1651 return languageService.getSpanOfEnclosingComment(file, position, onlyMultiLine);
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 5850 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | … 7065 onlyMultiLine: boolean;
|
| D | typescript.d.ts | 5850 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
|