Home
last modified time | relevance | path

Searched refs:getSmartSelectionRange (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DsmartSelection.ts7 …return function getSmartSelectionRange(locations: protocol.SelectionRangeRequestArgs["locations"])…
18 const getSmartSelectionRange = setup("/file.js", ` constant
28 const locations = getSmartSelectionRange([
/third_party/typescript/src/services/
Dshims.ts169 getSmartSelectionRange(fileName: string, position: number): string; method
865 public getSmartSelectionRange(fileName: string, position: number): string {
868 () => this.languageService.getSmartSelectionRange(fileName, position)
DsmartSelection.ts3 export function getSmartSelectionRange(pos: number, sourceFile: SourceFile): SelectionRange { function
Dservices.ts2635 function getSmartSelectionRange(fileName: string, position: number): SelectionRange { function
2636 …return SmartSelectionRange.getSmartSelectionRange(position, syntaxTreeCache.getCurrentSourceFile(f…
2732 getSmartSelectionRange, constant
Dtypes.ts482 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
/third_party/typescript/src/harness/
DharnessLanguageService.ts517 getSmartSelectionRange(fileName: string, position: number): ts.SelectionRange {
518 return unwrapJSONCallResult(this.shim.getSmartSelectionRange(fileName, position));
Dclient.ts489 getSmartSelectionRange() { method in ts.server.SessionClient
DfourslashImpl.ts1997 …ctionRange: ts.SelectionRange | undefined = this.languageService.getSmartSelectionRange(this.activ…
/third_party/typescript/src/server/
Dsession.ts2759 …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/
Dtsserverlibrary.d.ts6341 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
11325 private getSmartSelectionRange;
Dtypescript.d.ts6341 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
DtypescriptServices.d.ts6341 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts6341 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
11325 private getSmartSelectionRange;
Dtypescript.d.ts6341 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method