Searched refs:PassFixes (Results 1 – 1 of 1) sorted by relevance
3726 std::pair<tooling::Replacements, unsigned> PassFixes = Passes[I](*Env); in reformat() local3728 CurrentCode ? StringRef(*CurrentCode) : Code, PassFixes.first); in reformat()3730 Fixes = Fixes.merge(PassFixes.first); in reformat()3731 Penalty += PassFixes.second; in reformat()