Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DRemoveUsingNamespace.cpp73 removeUsingDirective(ASTContext &Ctx, const UsingDirectiveDecl *D) { in removeUsingDirective() function
189 auto RemoveUsing = removeUsingDirective(Ctx, D); in apply()