Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Transformer/
DRewriteRule.cpp264 rewriteDescendantsImpl(const T &Node, RewriteRule Rule, in rewriteDescendantsImpl() function
276 return rewriteDescendantsImpl(Node, std::move(Rule), Result); in rewriteDescendants()
282 return rewriteDescendantsImpl(Node, std::move(Rule), Result); in rewriteDescendants()
288 return rewriteDescendantsImpl(Node, std::move(Rule), Result); in rewriteDescendants()
296 return rewriteDescendantsImpl(*Node, std::move(Rule), Result); in rewriteDescendants()
298 return rewriteDescendantsImpl(*Node, std::move(Rule), Result); in rewriteDescendants()
300 return rewriteDescendantsImpl(*Node, std::move(Rule), Result); in rewriteDescendants()