Home
last modified time | relevance | path

Searched refs:InEnclosingNamespaceSetOf (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp150 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
H A DSemaTemplate.cpp9568 if (!FDLookupContext->InEnclosingNamespaceSetOf( in CheckDependentFunctionTemplateSpecialization()
9634 if (!FDLookupContext->InEnclosingNamespaceSetOf( in CheckFunctionTemplateSpecialization()
10074 if (CurContext->InEnclosingNamespaceSetOf(OrigContext)) in CheckExplicitInstantiationScope()
H A DSemaInit.cpp564 if (SemaRef.getStdNamespace()->InEnclosingNamespaceSetOf(ND)) in PerformEmptyInit()
H A DSemaDeclCXX.cpp12005 !getStdNamespace()->InEnclosingNamespaceSetOf( in isStdInitializerList()
H A DSemaDecl.cpp3659 assert((NamedDC->InEnclosingNamespaceSetOf(SemaDC) || in adjustDeclContextForDeclaratorDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2259 bool InEnclosingNamespaceSetOf(const DeclContext *NS) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1957 bool DeclContext::InEnclosingNamespaceSetOf(const DeclContext *O) const { in InEnclosingNamespaceSetOf() function in DeclContext