Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dshims.ts280 … getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): string;
894 …public getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): stri…
897 … () => this.languageService.getSpanOfEnclosingComment(fileName, position, onlyMultiLine)
Dtypes.ts531 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
Dservices.ts2446 …function getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): Te…
2449 …return range && (!onlyMultiLine || range.kind === SyntaxKind.MultiLineCommentTrivia) ? createTextS…
/third_party/typescript/src/harness/
DharnessLanguageService.ts589 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): ts.TextSpan…
590 …eturn unwrapJSONCallResult(this.shim.getSpanOfEnclosingComment(fileName, position, onlyMultiLine));
/third_party/typescript/src/server/
Dprotocol.ts357 onlyMultiLine: boolean; property
Dsession.ts1920 const onlyMultiLine = args.onlyMultiLine; constant
1922 return languageService.getSpanOfEnclosingComment(file, position, onlyMultiLine);
/third_party/typescript/lib/
Dprotocol.d.ts241 onlyMultiLine: boolean; property
Dtsserverlibrary.d.ts6373 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
7746 onlyMultiLine: boolean;
Dtypescript.d.ts6373 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
DtypescriptServices.d.ts6373 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts6373 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
7746 onlyMultiLine: boolean;
Dtypescript.d.ts6373 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …