Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
Dclient.ts14 readonly locations: RenameLocation[];
428 const locations: RenameLocation[] = [];
471 …ame: string, position: number, findInStrings: boolean, findInComments: boolean): RenameLocation[] {
DharnessLanguageService.ts501 …ean, findInComments: boolean, providePrefixAndSuffixTextForRename?: boolean): ts.RenameLocation[] {
DfourslashImpl.ts1429 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/
DdeclarationFileMaps.ts11 function renameLocation(input: DocumentSpanFromSubstring): RenameLocation {
620 assert.deepEqual<readonly RenameLocation[]>(response, [
/third_party/typescript/src/services/
Dtypes.ts461 …ts: boolean, providePrefixAndSuffixTextForRename?: boolean): readonly RenameLocation[] | undefined;
842 export interface RenameLocation extends DocumentSpan { interface
Dservices.ts1702 …InComments: boolean, providePrefixAndSuffixTextForRename?: boolean): RenameLocation[] | undefined {
1708 return [openingElement, closingElement].map((node): RenameLocation => {
DfindAllReferences.ts386 …y, originalNode: Node, checker: TypeChecker, providePrefixAndSuffixText: boolean): RenameLocation {
/third_party/typescript/src/server/
Dsession.ts346 ): readonly RenameLocation[] {
347 const outputs: RenameLocation[] = [];
1494 …eRequestArgs, simplifiedResult: boolean): protocol.RenameResponseBody | readonly RenameLocation[] {
1525 private toSpanGroups(locations: readonly RenameLocation[]): readonly protocol.SpanGroup[] {
Dprotocol.ts1231 readonly body: readonly RenameLocation[];
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5641 …ts: boolean, providePrefixAndSuffixTextForRename?: boolean): readonly RenameLocation[] | undefined;
5949 interface RenameLocation extends DocumentSpan { interface
Dtsserverlibrary.d.ts5641 …ts: boolean, providePrefixAndSuffixTextForRename?: boolean): readonly RenameLocation[] | undefined;
5949 interface RenameLocation extends DocumentSpan { interface
/third_party/typescript/lib/
Dtypescript.d.ts5575 …ts: boolean, providePrefixAndSuffixTextForRename?: boolean): readonly RenameLocation[] | undefined;
5883 interface RenameLocation extends DocumentSpan { interface
DtypescriptServices.d.ts5575 …ts: boolean, providePrefixAndSuffixTextForRename?: boolean): readonly RenameLocation[] | undefined;
5883 interface RenameLocation extends DocumentSpan { interface
Dtsserverlibrary.d.ts5575 …ts: boolean, providePrefixAndSuffixTextForRename?: boolean): readonly RenameLocation[] | undefined;
5883 interface RenameLocation extends DocumentSpan { interface