Searched defs:getSmartSelectionRange (Results 1 – 10 of 10) sorted by relevance
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | smartSelection.ts | 19 const getSmartSelectionRange = setup("/file.js", ` constant
|
| /third_party/typescript/src/services/ |
| D | smartSelection.ts | 13 export function getSmartSelectionRange(pos: number, sourceFile: SourceFile): SelectionRange { function
|
| D | services.ts | 2991 function getSmartSelectionRange(fileName: string, position: number): SelectionRange { function 3088 getSmartSelectionRange, constant
|
| D | shims.ts | 199 getSmartSelectionRange(fileName: string, position: number): string; method
|
| D | types.ts | 524 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
|
| /third_party/typescript/src/harness/ |
| D | client.ts | 504 getSmartSelectionRange() { method in SessionClient
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 6731 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
|
| D | tsserverlibrary.d.ts | 10661 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 6731 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
|
| D | tsserverlibrary.d.ts | 10661 getSmartSelectionRange(fileName: string, position: number): SelectionRange; method
|