Searched refs:EnclosingScope (Results 1 – 5 of 5) sorted by relevance
668 std::string EnclosingScope = printNamespaceScope(*CCSema.CurContext); in getQueryScopes() local669 EnclosingAtFront.push_back(EnclosingScope); in getQueryScopes()671 if (EnclosingScope != S) in getQueryScopes()
2811 const IdentifierInfo *EnclosingScope = nullptr);
2060 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate() local2061 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
17210 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl() local17211 PushOnScopeChains(ND, EnclosingScope, /*AddToContext=*/ false); in ActOnFriendFunctionDecl()
17058 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag() local17059 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false); in ActOnTag()