Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp884 if (auto RefFilePath = filePath(R.Location, /*HintFilePath=*/MainFile)) { in findOccurrencesOutsideFile() local
885 if (!pathEqual(*RefFilePath, MainFile)) in findOccurrencesOutsideFile()
886 AffectedFiles[*RefFilePath].push_back(toRange(R.Location)); in findOccurrencesOutsideFile()