Lines Matching refs:FileToReplaces
170 std::map<std::string, tooling::Replacements> *FileToReplaces) { in convertChangesToFileReplacements() argument
174 (*FileToReplaces)[std::string(Replace.getFilePath())].add(Replace); in convertChangesToFileReplacements()
189 std::map<std::string, tooling::Replacements> &FileToReplaces, in RenamingASTConsumer() argument
192 FileToReplaces(FileToReplaces), PrintLocations(PrintLocations) {} in RenamingASTConsumer()
230 convertChangesToFileReplacements(*Change, &FileToReplaces); in HandleOneRename()
236 std::map<std::string, tooling::Replacements> &FileToReplaces; member in clang::tooling::RenamingASTConsumer
248 std::map<std::string, tooling::Replacements> &FileToReplaces) in USRSymbolRenamer() argument
249 : NewNames(NewNames), USRList(USRList), FileToReplaces(FileToReplaces) { in USRSymbolRenamer()
259 convertChangesToFileReplacements(AtomicChanges, &FileToReplaces); in HandleTranslationUnit()
266 std::map<std::string, tooling::Replacements> &FileToReplaces; member in clang::tooling::USRSymbolRenamer
271 FileToReplaces, PrintLocations); in newASTConsumer()
275 return std::make_unique<USRSymbolRenamer>(NewNames, USRList, FileToReplaces); in newASTConsumer()