Searched refs:RefFilePath (Results 1 – 1 of 1) sorted by relevance
70 if (auto RefFilePath = filePath(R.Location, /*HintFilePath=*/MainFile)) { in getOtherRefFile() local71 if (*RefFilePath != MainFile) in getOtherRefFile()72 OtherFile = *RefFilePath; in getOtherRefFile()476 if (auto RefFilePath = filePath(R.Location, /*HintFilePath=*/MainFile)) { in findOccurrencesOutsideFile() local477 if (*RefFilePath != MainFile) in findOccurrencesOutsideFile()478 AffectedFiles[*RefFilePath].push_back(toRange(R.Location)); in findOccurrencesOutsideFile()