Home
last modified time | relevance | path

Searched defs: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 __anon3dca5a110611::ApplyRuleCallback