Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h135 inline EditGenerator noEdits() { return editList({}); } in noEdits() function
156 return ifBound(std::move(ID), edit(std::move(TrueEdit)), noEdits()); in ifBound()