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