Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DAddUsing.cpp66 const DeclContext *SelectionDeclContext, const SourceManager &SM) in UsingFinder() argument
67 : Results(Results), SelectionDeclContext(SelectionDeclContext), SM(SM) {} in UsingFinder()
74 if (D->getDeclContext()->Encloses(SelectionDeclContext)) { in VisitUsingDecl()
87 Node->getDeclContext()->Encloses(SelectionDeclContext)) { in TraverseDecl()
95 const DeclContext *SelectionDeclContext; member in clang::clangd::__anon4b9e9f7d0111::UsingFinder