Home
last modified time | relevance | path

Searched defs:renameInfo (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/
Drename.ts6 …const renameInfo = getRenameInfoForNode(node, program.getTypeChecker(), sourceFile, program, prefe… constant
/third_party/typescript/src/services/codefixes/
DconvertToAsyncFunction.ts256 const renameInfo = symbol && identsToRenameMap.get(String(getSymbolId(symbol))); constant
267 const renameInfo = symbol && identsToRenameMap.get(String(getSymbolId(symbol))); constant
/third_party/typescript/src/harness/
Dclient.ts7 readonly renameInfo: RenameInfo; property
465 const renameInfo = body.info.canRename constant
DfourslashImpl.ts1452 …const renameInfo = this.languageService.getRenameInfo(this.activeFile.fileName, this.currentCaretP… constant
1652 …const renameInfo = this.languageService.getRenameInfo(this.activeFile.fileName, this.currentCaretP… constant
1679 …const renameInfo = this.languageService.getRenameInfo(this.activeFile.fileName, this.currentCaretP… constant
/third_party/typescript/src/server/
Dsession.ts1758 const renameInfo: protocol.RenameInfo = this.mapRenameInfo( constant