Searched defs:getSmartSelectionRange (Results 1 – 11 of 11) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | smartSelection.ts | 18 const getSmartSelectionRange = setup("/file.js", ` constant
|
/third_party/typescript/src/services/ |
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 2732 getSmartSelectionRange, constant
|
D | shims.ts | 169 getSmartSelectionRange(fileName: string, position: number): string; method
|
D | types.ts | 482 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
|
/third_party/typescript/src/harness/ |
D | client.ts | 489 getSmartSelectionRange() { method in ts.server.SessionClient
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 6341 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
|
D | typescriptServices.d.ts | 6341 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
|
D | tsserverlibrary.d.ts | 6341 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 6341 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
|
D | tsserverlibrary.d.ts | 6341 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
|