Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp2055 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate() local
2056 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
H A DSemaDeclCXX.cpp16751 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl() local
16752 PushOnScopeChains(ND, EnclosingScope, /*AddToContext=*/ false); in ActOnFriendFunctionDecl()
H A DSemaDecl.cpp16370 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag() local
16371 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false); in ActOnTag()