Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DIdentifierResolver.cpp145 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
H A DSemaTemplate.cpp9272 if (!FDLookupContext->InEnclosingNamespaceSetOf( in CheckDependentFunctionTemplateSpecialization()
9337 if (!FDLookupContext->InEnclosingNamespaceSetOf( in CheckFunctionTemplateSpecialization()
9777 if (CurContext->InEnclosingNamespaceSetOf(OrigContext)) in CheckExplicitInstantiationScope()
H A DSemaInit.cpp561 if (SemaRef.getStdNamespace()->InEnclosingNamespaceSetOf(ND)) in PerformEmptyInit()
H A DSemaDeclCXX.cpp11593 !getStdNamespace()->InEnclosingNamespaceSetOf( in isStdInitializerList()
H A DSemaDecl.cpp3587 assert((NamedDC->InEnclosingNamespaceSetOf(SemaDC) || in adjustDeclContextForDeclaratorDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h2110 bool InEnclosingNamespaceSetOf(const DeclContext *NS) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp1866 bool DeclContext::InEnclosingNamespaceSetOf(const DeclContext *O) const { in InEnclosingNamespaceSetOf() function in DeclContext