Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/refactor/
DRename.cpp489 for (auto &FileAndOccurrences : AffectedFiles) { in findOccurrencesOutsideFile() local
490 auto &Ranges = FileAndOccurrences.getValue(); in findOccurrencesOutsideFile()
494 SPAN_ATTACH(Tracer, FileAndOccurrences.first(), in findOccurrencesOutsideFile()
522 for (auto &FileAndOccurrences : *AffectedFiles) { in renameOutsideFile()
523 llvm::StringRef FilePath = FileAndOccurrences.first(); in renameOutsideFile()
532 std::move(FileAndOccurrences.second), in renameOutsideFile()