Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp668 std::string EnclosingScope = printNamespaceScope(*CCSema.CurContext); in getQueryScopes() local
669 EnclosingAtFront.push_back(EnclosingScope); in getQueryScopes()
671 if (EnclosingScope != S) in getQueryScopes()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2811 const IdentifierInfo *EnclosingScope = nullptr);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp2060 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate() local
2061 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
H A DSemaDeclCXX.cpp17210 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl() local
17211 PushOnScopeChains(ND, EnclosingScope, /*AddToContext=*/ false); in ActOnFriendFunctionDecl()
H A DSemaDecl.cpp17058 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag() local
17059 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false); in ActOnTag()