Searched refs:RefFilePath (Results 1 – 1 of 1) sorted by relevance
884 if (auto RefFilePath = filePath(R.Location, /*HintFilePath=*/MainFile)) { in findOccurrencesOutsideFile() local885 if (!pathEqual(*RefFilePath, MainFile)) in findOccurrencesOutsideFile()886 AffectedFiles[*RefFilePath].push_back(toRange(R.Location)); in findOccurrencesOutsideFile()