Lines Matching refs:Passes
3678 SmallVector<AnalyzerPass, 16> Passes; in reformat() local
3680 Passes.emplace_back([&](const Environment &Env) { in reformat()
3686 addQualifierAlignmentFixerPasses(Expanded, Passes); in reformat()
3691 Passes.emplace_back([&, S = std::move(S)](const Environment &Env) { in reformat()
3699 Passes.emplace_back([&, S = std::move(S)](const Environment &Env) { in reformat()
3707 Passes.emplace_back([&, S = std::move(S)](const Environment &Env) { in reformat()
3715 Passes.emplace_back([&, S = std::move(S)](const Environment &Env) { in reformat()
3721 Passes.emplace_back([&](const Environment &Env) { in reformat()
3727 Passes.emplace_back([&](const Environment &Env) { in reformat()
3734 Passes.emplace_back([&](const Environment &Env) { in reformat()
3741 Passes.emplace_back([&](const Environment &Env) { in reformat()
3748 Passes.emplace_back([&](const Environment &Env) { in reformat()
3753 Passes.emplace_back([&](const Environment &Env) { in reformat()
3759 Passes.emplace_back([&](const Environment &Env) { in reformat()
3767 for (size_t I = 0, E = Passes.size(); I < E; ++I) { in reformat()
3768 std::pair<tooling::Replacements, unsigned> PassFixes = Passes[I](*Env); in reformat()