Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/refactor/
DRename.cpp70 if (auto RefFilePath = filePath(R.Location, /*HintFilePath=*/MainFile)) { in getOtherRefFile() local
71 if (*RefFilePath != MainFile) in getOtherRefFile()
72 OtherFile = *RefFilePath; in getOtherRefFile()
476 if (auto RefFilePath = filePath(R.Location, /*HintFilePath=*/MainFile)) { in findOccurrencesOutsideFile() local
477 if (*RefFilePath != MainFile) in findOccurrencesOutsideFile()
478 AffectedFiles[*RefFilePath].push_back(toRange(R.Location)); in findOccurrencesOutsideFile()