Searched refs:onlyMultiLine (Results 1 – 12 of 12) sorted by relevance
| /third_party/typescript/src/services/ |
| D | shims.ts | 280 … 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)
|
| D | types.ts | 531 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
|
| D | services.ts | 2446 …function getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): Te… 2449 …return range && (!onlyMultiLine || range.kind === SyntaxKind.MultiLineCommentTrivia) ? createTextS…
|
| /third_party/typescript/src/harness/ |
| D | harnessLanguageService.ts | 589 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): ts.TextSpan… 590 …eturn unwrapJSONCallResult(this.shim.getSpanOfEnclosingComment(fileName, position, onlyMultiLine));
|
| /third_party/typescript/src/server/ |
| D | protocol.ts | 357 onlyMultiLine: boolean; property
|
| D | session.ts | 1920 const onlyMultiLine = args.onlyMultiLine; constant 1922 return languageService.getSpanOfEnclosingComment(file, position, onlyMultiLine);
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 241 onlyMultiLine: boolean; property
|
| D | tsserverlibrary.d.ts | 6373 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | … 7746 onlyMultiLine: boolean;
|
| D | typescript.d.ts | 6373 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
|
| D | typescriptServices.d.ts | 6373 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 6373 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | … 7746 onlyMultiLine: boolean;
|
| D | typescript.d.ts | 6373 …getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | …
|