Home
last modified time | relevance | path

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

/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()