Home
last modified time | relevance | path

Searched refs:onlyMultiLine (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/src/services/
Dshims.ts278 … 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)
Dtypes.ts504 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
Dservices.ts2315 …function getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): Te…
2318 …return range && (!onlyMultiLine || range.kind === SyntaxKind.MultiLineCommentTrivia) ? createTextS…
/third_party/typescript/src/harness/
DharnessLanguageService.ts570 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): ts.TextSpan…
571 …eturn unwrapJSONCallResult(this.shim.getSpanOfEnclosingComment(fileName, position, onlyMultiLine));
/third_party/typescript/lib/
Dprotocol.d.ts239 onlyMultiLine: boolean; property
Dtsserverlibrary.d.ts5607 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
6816 onlyMultiLine: boolean;
Dtypescript.d.ts5607 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
DtypescriptServices.d.ts5607 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
Dtsserverlibrary.js150912 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);
Dtsserver.js150343 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);
Dtypescript.js150912 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); });
DtypescriptServices.js150912 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/
Dprotocol.ts355 onlyMultiLine: boolean; property
Dsession.ts1649 const onlyMultiLine = args.onlyMultiLine; constant
1651 return languageService.getSpanOfEnclosingComment(file, position, onlyMultiLine);
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts5850 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
7065 onlyMultiLine: boolean;
Dtypescript.d.ts5850 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …