Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDIdentifierResolver.cpp139 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
HDSemaTemplate.cpp8675 if (!FDLookupContext->InEnclosingNamespaceSetOf( in CheckDependentFunctionTemplateSpecialization()
8740 if (!FDLookupContext->InEnclosingNamespaceSetOf( in CheckFunctionTemplateSpecialization()
9180 if (CurContext->InEnclosingNamespaceSetOf(OrigContext)) in CheckExplicitInstantiationScope()
HDSemaInit.cpp541 if (SemaRef.getStdNamespace()->InEnclosingNamespaceSetOf(ND)) in PerformEmptyInit()
HDSemaDecl.cpp3146 assert((NamedDC->InEnclosingNamespaceSetOf(SemaDC) || in adjustDeclContextForDeclaratorDecl()
HDSemaDeclCXX.cpp10884 !getStdNamespace()->InEnclosingNamespaceSetOf( in isStdInitializerList()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclBase.h1962 bool InEnclosingNamespaceSetOf(const DeclContext *NS) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclBase.cpp1787 bool DeclContext::InEnclosingNamespaceSetOf(const DeclContext *O) const { in InEnclosingNamespaceSetOf() function in DeclContext