Searched refs:RenameLocation (Results 1 – 14 of 14) sorted by relevance
/third_party/typescript/src/harness/ |
D | client.ts | 14 readonly locations: RenameLocation[]; 428 const locations: RenameLocation[] = []; 471 …ame: string, position: number, findInStrings: boolean, findInComments: boolean): RenameLocation[] {
|
D | harnessLanguageService.ts | 501 …ean, findInComments: boolean, providePrefixAndSuffixTextForRename?: boolean): ts.RenameLocation[] {
|
D | fourslashImpl.ts | 1429 const sort = (locations: readonly ts.RenameLocation[] | undefined) => 1431 … assert.deepEqual(sort(references), sort(ranges.map((rangeOrOptions): ts.RenameLocation => {
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | declarationFileMaps.ts | 11 function renameLocation(input: DocumentSpanFromSubstring): RenameLocation { 620 assert.deepEqual<readonly RenameLocation[]>(response, [
|
/third_party/typescript/src/services/ |
D | types.ts | 461 …ts: boolean, providePrefixAndSuffixTextForRename?: boolean): readonly RenameLocation[] | undefined; 842 export interface RenameLocation extends DocumentSpan { interface
|
D | services.ts | 1702 …InComments: boolean, providePrefixAndSuffixTextForRename?: boolean): RenameLocation[] | undefined { 1708 return [openingElement, closingElement].map((node): RenameLocation => {
|
D | findAllReferences.ts | 386 …y, originalNode: Node, checker: TypeChecker, providePrefixAndSuffixText: boolean): RenameLocation {
|
/third_party/typescript/src/server/ |
D | session.ts | 346 ): readonly RenameLocation[] { 347 const outputs: RenameLocation[] = []; 1494 …eRequestArgs, simplifiedResult: boolean): protocol.RenameResponseBody | readonly RenameLocation[] { 1525 private toSpanGroups(locations: readonly RenameLocation[]): readonly protocol.SpanGroup[] {
|
D | protocol.ts | 1231 readonly body: readonly RenameLocation[];
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 5641 …ts: boolean, providePrefixAndSuffixTextForRename?: boolean): readonly RenameLocation[] | undefined; 5949 interface RenameLocation extends DocumentSpan { interface
|
D | tsserverlibrary.d.ts | 5641 …ts: boolean, providePrefixAndSuffixTextForRename?: boolean): readonly RenameLocation[] | undefined; 5949 interface RenameLocation extends DocumentSpan { interface
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 5575 …ts: boolean, providePrefixAndSuffixTextForRename?: boolean): readonly RenameLocation[] | undefined; 5883 interface RenameLocation extends DocumentSpan { interface
|
D | typescriptServices.d.ts | 5575 …ts: boolean, providePrefixAndSuffixTextForRename?: boolean): readonly RenameLocation[] | undefined; 5883 interface RenameLocation extends DocumentSpan { interface
|
D | tsserverlibrary.d.ts | 5575 …ts: boolean, providePrefixAndSuffixTextForRename?: boolean): readonly RenameLocation[] | undefined; 5883 interface RenameLocation extends DocumentSpan { interface
|