Home
last modified time | relevance | path

Searched refs:PassFixes (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2823 std::pair<tooling::Replacements, unsigned> PassFixes = Passes[I](*Env); in reformat() local
2825 CurrentCode ? StringRef(*CurrentCode) : Code, PassFixes.first); in reformat()
2827 Fixes = Fixes.merge(PassFixes.first); in reformat()
2828 Penalty += PassFixes.second; in reformat()