Searched refs:EnclosingScope (Results 1 – 4 of 4) sorted by relevance
3070 const IdentifierInfo *EnclosingScope = nullptr);
2193 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate() local2194 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
18374 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl() local18375 PushOnScopeChains(ND, EnclosingScope, /*AddToContext=*/ false); in ActOnFriendFunctionDecl()
18459 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag() local18460 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false); in ActOnTag()