Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2949 const IdentifierInfo *EnclosingScope = nullptr);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2202 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate() local
2203 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
H A DSemaDeclCXX.cpp18062 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl() local
18063 PushOnScopeChains(ND, EnclosingScope, /*AddToContext=*/ false); in ActOnFriendFunctionDecl()
H A DSemaDecl.cpp18129 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag() local
18130 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false); in ActOnTag()