Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DRemoveUsingNamespace.cpp206 auto RemoveUsing = removeUsingDirective(Ctx, D); in apply() local
207 if (!RemoveUsing) in apply()
208 return RemoveUsing.takeError(); in apply()
209 if (auto Err = R.add(*RemoveUsing)) in apply()