Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp268 class ApplyRuleCallback : public MatchFinder::MatchCallback { class
270 ApplyRuleCallback(RewriteRule Rule) : Rule(std::move(Rule)) {} in ApplyRuleCallback() function in __anonb2d314f30611::ApplyRuleCallback