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