Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp606 std::string EnclosingScope = printNamespaceScope(*CCSema.CurContext); in getQueryScopes() local
607 EnclosingAtFront.push_back(EnclosingScope); in getQueryScopes()
609 if (EnclosingScope != S) in getQueryScopes()
/external/clang/lib/Sema/
DSemaTemplate.cpp1180 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate() local
1181 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
DSemaDeclCXX.cpp12976 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl() local
12977 PushOnScopeChains(ND, EnclosingScope, /*AddToContext=*/ false); in ActOnFriendFunctionDecl()
DSemaDecl.cpp13083 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag() local
13084 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false); in ActOnTag()
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp2034 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate() local
2035 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
DSemaDeclCXX.cpp16677 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl() local
16678 PushOnScopeChains(ND, EnclosingScope, /*AddToContext=*/ false); in ActOnFriendFunctionDecl()
DSemaDecl.cpp16239 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag() local
16240 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false); in ActOnTag()