Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/refactor/
DRename.cpp525 auto AffectedFileCode = GetFileContent(FilePath); in renameOutsideFile() local
526 if (!AffectedFileCode) { in renameOutsideFile()
527 elog("Fail to read file content: {0}", AffectedFileCode.takeError()); in renameOutsideFile()
531 adjustRenameRanges(*AffectedFileCode, RenameDecl.getNameAsString(), in renameOutsideFile()
543 buildRenameEdit(FilePath, *AffectedFileCode, *RenameRanges, NewName); in renameOutsideFile()