Searched refs:EnclosingScope (Results 1 – 4 of 4) sorted by relevance
3021 const IdentifierInfo *EnclosingScope = nullptr);
2149 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate() local2150 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
17837 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl() local 17838 PushOnScopeChains(ND, EnclosingScope, /*AddToContext=*/ false); in ActOnFriendFunctionDecl()
17938 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag() local17939 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false); in ActOnTag()