Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/fourslash/
DcommentSelection2.ts17 verify.commentSelection(
DcommentSelection1.ts15 verify.commentSelection(
Dfourslash.ts455 commentSelection(newFileContent: string): void;
/third_party/typescript/src/services/
Dshims.ts291 commentSelection(fileName: string, textChange: TextRange): string; method
1113 public commentSelection(fileName: string, textRange: TextRange): string {
1116 () => this.languageService.commentSelection(fileName, textRange)
Dtypes.ts573 commentSelection(fileName: string, textRange: TextRange): TextChange[]; method
Dservices.ts2401 function commentSelection(fileName: string, textRange: TextRange): TextChange[] { function
2773 commentSelection,
/third_party/typescript/src/harness/
DharnessLanguageService.ts660 commentSelection(fileName: string, textRange: ts.TextRange): ts.TextChange[] {
661 return unwrapJSONCallResult(this.shim.commentSelection(fileName, textRange));
DfourslashInterfaceImpl.ts238 public commentSelection(newFileContent: string) { method in FourSlashInterface.VerifyNegatable
239 this.state.commentSelection(newFileContent);
Dclient.ts923 commentSelection(): TextChange[] {
DfourslashImpl.ts3981 public commentSelection(newFileContent: string): void {
3984 …changes.push.apply(changes, this.languageService.commentSelection(this.activeFile.fileName, range)…
/third_party/typescript/src/server/
Dsession.ts2803 …private commentSelection(args: protocol.FileRangeRequestArgs, simplifiedResult: boolean): TextChan…
2808 const textChanges = languageService.commentSelection(file, textRange);
3304 … return this.requiredResponse(this.commentSelection(request.arguments, /*simplifiedResult*/ true));
3307 …return this.requiredResponse(this.commentSelection(request.arguments, /*simplifiedResult*/ false));
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts6415 commentSelection(fileName: string, textRange: TextRange): TextChange[]; method
11348 private commentSelection;
Dtypescript.d.ts6415 commentSelection(fileName: string, textRange: TextRange): TextChange[]; method
/third_party/typescript/lib/
Dtsserverlibrary.d.ts6415 commentSelection(fileName: string, textRange: TextRange): TextChange[]; method
11348 private commentSelection;
Dtypescript.d.ts6415 commentSelection(fileName: string, textRange: TextRange): TextChange[]; method
DtypescriptServices.d.ts6415 commentSelection(fileName: string, textRange: TextRange): TextChange[]; method