Searched refs:NewReplacements (Results 1 – 3 of 3) sorted by relevance
82 auto NewReplacements = in formatAndApplyAllReplacements() local84 if (!NewReplacements) { in formatAndApplyAllReplacements()85 llvm::errs() << llvm::toString(NewReplacements.takeError()) << "\n"; in formatAndApplyAllReplacements()88 Result = applyAllReplacements(*NewReplacements, Rewrite) && Result; in formatAndApplyAllReplacements()
94 auto NewReplacements = in formatAndApplyAllReplacements() local96 if (!NewReplacements) { in formatAndApplyAllReplacements()97 llvm::errs() << llvm::toString(NewReplacements.takeError()) << "\n"; in formatAndApplyAllReplacements()100 Result = applyAllReplacements(*NewReplacements, Rewrite) && Result; in formatAndApplyAllReplacements()
972 tooling::Replacements NewReplacements; in onEndOfTranslationUnit() local992 addOrMergeReplacement(Deletion, &NewReplacements); in onEndOfTranslationUnit()993 addOrMergeReplacement(Insertion, &NewReplacements); in onEndOfTranslationUnit()1003 addOrMergeReplacement(Insertion, &NewReplacements); in onEndOfTranslationUnit()1007 Replaces = Replaces.merge(NewReplacements); in onEndOfTranslationUnit()