Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DRemoveUsingNamespace.cpp134 std::vector<const UsingDirectiveDecl *> AllDirectives; in apply() local
135 FindSameUsings(*TargetDirective, AllDirectives).TraverseAST(Ctx); in apply()
138 for (auto *D : AllDirectives) { in apply()
188 for (auto *D : AllDirectives) { in apply()