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