Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplate.cpp1163 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate() local
1164 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
DSemaDeclCXX.cpp12736 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl() local
12737 PushOnScopeChains(ND, EnclosingScope, /*AddToContext=*/ false); in ActOnFriendFunctionDecl()
DSemaDecl.cpp12632 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag() local
12633 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false); in ActOnTag()