Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DIdentifierResolver.cpp141 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
H A DSemaTemplate.cpp9012 if (!FDLookupContext->InEnclosingNamespaceSetOf( in CheckDependentFunctionTemplateSpecialization()
9077 if (!FDLookupContext->InEnclosingNamespaceSetOf( in CheckFunctionTemplateSpecialization()
9517 if (CurContext->InEnclosingNamespaceSetOf(OrigContext)) in CheckExplicitInstantiationScope()
H A DSemaInit.cpp548 if (SemaRef.getStdNamespace()->InEnclosingNamespaceSetOf(ND)) in PerformEmptyInit()
H A DSemaDeclCXX.cpp11497 !getStdNamespace()->InEnclosingNamespaceSetOf( in isStdInitializerList()
H A DSemaDecl.cpp3511 assert((NamedDC->InEnclosingNamespaceSetOf(SemaDC) || in adjustDeclContextForDeclaratorDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h2087 bool InEnclosingNamespaceSetOf(const DeclContext *NS) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp1835 bool DeclContext::InEnclosingNamespaceSetOf(const DeclContext *O) const { in InEnclosingNamespaceSetOf() function in DeclContext