Home
last modified time | relevance | path

Searched defs:ApplyRuleCallback (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp236 class ApplyRuleCallback : public MatchFinder::MatchCallback { class
238 ApplyRuleCallback(RewriteRule Rule) : Rule(std::move(Rule)) {} in ApplyRuleCallback() function in __anone2291d6c0611::ApplyRuleCallback