Searched refs:getSmartSelectionRange (Results 1 – 14 of 14) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | smartSelection.ts | 7 …return function getSmartSelectionRange(locations: protocol.SelectionRangeRequestArgs["locations"])… 18 const getSmartSelectionRange = setup("/file.js", ` constant 28 const locations = getSmartSelectionRange([
|
/third_party/typescript/src/services/ |
D | shims.ts | 169 getSmartSelectionRange(fileName: string, position: number): string; method 865 public getSmartSelectionRange(fileName: string, position: number): string { 868 () => this.languageService.getSmartSelectionRange(fileName, position)
|
D | smartSelection.ts | 3 export function getSmartSelectionRange(pos: number, sourceFile: SourceFile): SelectionRange { function
|
D | services.ts | 2635 function getSmartSelectionRange(fileName: string, position: number): SelectionRange { function 2636 …return SmartSelectionRange.getSmartSelectionRange(position, syntaxTreeCache.getCurrentSourceFile(f… 2732 getSmartSelectionRange, constant
|
D | types.ts | 482 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
|
/third_party/typescript/src/harness/ |
D | harnessLanguageService.ts | 517 getSmartSelectionRange(fileName: string, position: number): ts.SelectionRange { 518 return unwrapJSONCallResult(this.shim.getSmartSelectionRange(fileName, position));
|
D | client.ts | 489 getSmartSelectionRange() { method in ts.server.SessionClient
|
D | fourslashImpl.ts | 1997 …ctionRange: ts.SelectionRange | undefined = this.languageService.getSmartSelectionRange(this.activ…
|
/third_party/typescript/src/server/ |
D | session.ts | 2759 …private getSmartSelectionRange(args: protocol.SelectionRangeRequestArgs, simplifiedResult: boolean… 2766 const selectionRange = languageService.getSmartSelectionRange(file, pos); 3277 …return this.requiredResponse(this.getSmartSelectionRange(request.arguments, /*simplifiedResult*/ t… 3280 …return this.requiredResponse(this.getSmartSelectionRange(request.arguments, /*simplifiedResult*/ f…
|
/third_party/typescript/lib/ |
D | tsserverlibrary.d.ts | 6341 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method 11325 private getSmartSelectionRange;
|
D | typescript.d.ts | 6341 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
|
D | typescriptServices.d.ts | 6341 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 6341 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method 11325 private getSmartSelectionRange;
|
D | typescript.d.ts | 6341 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
|