Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DAddUsing.cpp135 std::vector<const UsingDecl *> Usings; in findInsertionPoint() local
136 UsingFinder(Usings, &Inputs.ASTSelection.commonAncestor()->getDeclContext(), in findInsertionPoint()
146 for (auto &U : Usings) { in findInsertionPoint()