Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DIdentifierResolver.cpp140 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
H A DSemaTemplate.cpp8065 if (!FDLookupContext->InEnclosingNamespaceSetOf( in CheckDependentFunctionTemplateSpecialization()
8130 if (!FDLookupContext->InEnclosingNamespaceSetOf( in CheckFunctionTemplateSpecialization()
8570 if (CurContext->InEnclosingNamespaceSetOf(OrigContext)) in CheckExplicitInstantiationScope()
H A DSemaInit.cpp449 if (SemaRef.getStdNamespace()->InEnclosingNamespaceSetOf(ND)) in PerformEmptyInit()
H A DSemaDeclCXX.cpp9212 !getStdNamespace()->InEnclosingNamespaceSetOf( in isStdInitializerList()
H A DSemaDecl.cpp2958 assert((NamedDC->InEnclosingNamespaceSetOf(SemaDC) || in adjustDeclContextForDeclaratorDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1925 bool InEnclosingNamespaceSetOf(const DeclContext *NS) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp1767 bool DeclContext::InEnclosingNamespaceSetOf(const DeclContext *O) const { in InEnclosingNamespaceSetOf() function in DeclContext