Home
last modified time | relevance | path

Searched refs:AllowInlineNamespace (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp103 bool AllowInlineNamespace) const { in isDeclInScope()
150 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
H A DSemaDecl.cpp1621 bool AllowInlineNamespace) const { in isDeclInScope()
1622 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope()
1644 bool AllowInlineNamespace) { in FilterLookupForScope() argument
1649 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DIdentifierResolver.h160 bool AllowInlineNamespace = false) const;
H A DSema.h3644 bool AllowInlineNamespace = false) const;
4688 bool ConsiderLinkage, bool AllowInlineNamespace);