Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplate.cpp1127 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate() local
1128 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
DSemaDeclCXX.cpp10351 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl() local
10352 PushOnScopeChains(ND, EnclosingScope, /*AddToContext=*/ false); in ActOnFriendFunctionDecl()
DSemaDecl.cpp9017 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag() local
9018 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false); in ActOnTag()