Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp252 class ApplyRuleCallback : public MatchFinder::MatchCallback { class
254 ApplyRuleCallback(RewriteRule Rule) : Rule(std::move(Rule)) {} in ApplyRuleCallback() function in __anonde3286510611::ApplyRuleCallback
286 ApplyRuleCallback Callback(std::move(Rule)); in rewriteDescendantsImpl()