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