Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3070 const IdentifierInfo *EnclosingScope = nullptr);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2193 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate() local
2194 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
H A DSemaDeclCXX.cpp18374 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl() local
18375 PushOnScopeChains(ND, EnclosingScope, /*AddToContext=*/ false); in ActOnFriendFunctionDecl()
H A DSemaDecl.cpp18459 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag() local
18460 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false); in ActOnTag()