Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplate.cpp1121 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate() local
1122 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
DSemaDeclCXX.cpp12078 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl() local
12079 PushOnScopeChains(ND, EnclosingScope, /*AddToContext=*/ false); in ActOnFriendFunctionDecl()
DSemaDecl.cpp11476 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag() local
11477 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false); in ActOnTag()