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.h3021 const IdentifierInfo *EnclosingScope = nullptr);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2149 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate() local
2150 PushOnScopeChains(NewTemplate, EnclosingScope, in CheckClassTemplate()
H A DSemaDeclCXX.cpp17837 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl() local
17838 PushOnScopeChains(ND, EnclosingScope, /*AddToContext=*/ false); in ActOnFriendFunctionDecl()
H A DSemaDecl.cpp17938 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag() local
17939 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false); in ActOnTag()