Searched defs:ApplyRuleCallback (Results 1 – 1 of 1) sorted by relevance
268 class ApplyRuleCallback : public MatchFinder::MatchCallback { class270 ApplyRuleCallback(RewriteRule Rule) : Rule(std::move(Rule)) {} in ApplyRuleCallback() function in __anonb2d314f30611::ApplyRuleCallback