Searched refs:FileToReplaces (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h35 std::map<std::string, tooling::Replacements> &FileToReplaces,
38 FileToReplaces(FileToReplaces), PrintLocations(PrintLocations) {}
45 std::map<std::string, tooling::Replacements> &FileToReplaces; member in class:clang::tooling::RenamingAction
104 std::map<std::string, tooling::Replacements> &FileToReplaces)
105 : NewNames(NewNames), USRList(USRList), FileToReplaces(FileToReplaces) {}
117 std::map<std::string, tooling::Replacements> &FileToReplaces; member in class:clang::tooling::QualifiedRenamingAction
32 RenamingAction(const std::vector<std::string> &NewNames, const std::vector<std::string> &PrevNames, const std::vector<std::vector<std::string>> &USRList, std::map<std::string, tooling::Replacements> &FileToReplaces, bool PrintLocations = false) argument
101 QualifiedRenamingAction( const std::vector<std::string> &NewNames, const std::vector<std::vector<std::string>> &USRList, std::map<std::string, tooling::Replacements> &FileToReplaces) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp170 std::map<std::string, tooling::Replacements> *FileToReplaces) {
174 (*FileToReplaces)[std::string(Replace.getFilePath())].add(Replace);
189 std::map<std::string, tooling::Replacements> &FileToReplaces,
192 FileToReplaces(FileToReplaces), PrintLocations(PrintLocations) {}
230 convertChangesToFileReplacements(*Change, &FileToReplaces);
236 std::map<std::string, tooling::Replacements> &FileToReplaces; member in class:clang::tooling::RenamingASTConsumer
248 std::map<std::string, tooling::Replacements> &FileToReplaces)
249 : NewNames(NewNames), USRList(USRList), FileToReplaces(FileToReplaces) {
168 convertChangesToFileReplacements( ArrayRef<AtomicChange> AtomicChanges, std::map<std::string, tooling::Replacements> *FileToReplaces) argument
185 RenamingASTConsumer( const std::vector<std::string> &NewNames, const std::vector<std::string> &PrevNames, const std::vector<std::vector<std::string>> &USRList, std::map<std::string, tooling::Replacements> &FileToReplaces, bool PrintLocations) argument
246 USRSymbolRenamer(const std::vector<std::string> &NewNames, const std::vector<std::vector<std::string>> &USRList, std::map<std::string, tooling::Replacements> &FileToReplaces) argument
266 std::map<std::string, tooling::Replacements> &FileToReplaces; member in class:clang::tooling::USRSymbolRenamer
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoring.h57 /// FileToReplaces will be deduplicated with `groupReplacementsByFile` before
71 std::map<std::string, Replacements> FileToReplaces; member in class:clang::tooling::RefactoringTool
80 /// FileToReplaces will be deduplicated with `groupReplacementsByFile` before
86 /// \param[in] FileToReplaces Replacements (grouped by files) to apply.
93 const std::map<std::string, Replacements> &FileToReplaces,
H A DRefactoringCallbacks.h56 std::map<std::string, Replacements> &FileToReplaces);
73 std::map<std::string, Replacements> &FileToReplaces; member in class:clang::tooling::ASTMatchRefactorer
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoring.cpp33 return FileToReplaces;
60 Rewrite.getSourceMgr().getFileManager(), FileToReplaces))
70 const std::map<std::string, Replacements> &FileToReplaces,
77 Rewrite.getSourceMgr().getFileManager(), FileToReplaces)) {
69 formatAndApplyAllReplacements( const std::map<std::string, Replacements> &FileToReplaces, Rewriter &Rewrite, StringRef Style) argument
H A DRefactoringCallbacks.cpp28 std::map<std::string, Replacements> &FileToReplaces)
29 : FileToReplaces(FileToReplaces) {}
53 Refactoring.FileToReplaces[std::string(Replacement.getFilePath())]
27 ASTMatchRefactorer( std::map<std::string, Replacements> &FileToReplaces) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h356 const std::map<std::string, Replacements> &FileToReplaces);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp613 const std::map<std::string, Replacements> &FileToReplaces) {
616 for (const auto &Entry : FileToReplaces) {
611 groupReplacementsByFile( FileManager &FileMgr, const std::map<std::string, Replacements> &FileToReplaces) argument

Completed in 78 milliseconds