Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Transformer/
DRewriteRule.cpp231 class ApplyRuleCallback : public MatchFinder::MatchCallback { class
233 ApplyRuleCallback(RewriteRule Rule) : Rule(std::move(Rule)) {} in ApplyRuleCallback() function in __anon23c971980611::ApplyRuleCallback
266 ApplyRuleCallback Callback(std::move(Rule)); in rewriteDescendantsImpl()