Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDIdentifierResolver.cpp103 bool AllowInlineNamespace) const { in isDeclInScope()
150 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
HDSemaDecl.cpp1558 bool AllowInlineNamespace) const { in isDeclInScope()
1559 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope()
1579 bool AllowInlineNamespace) { in FilterLookupForScope() argument
1584 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDIdentifierResolver.h160 bool AllowInlineNamespace = false) const;
HDSema.h4027 bool AllowInlineNamespace = false) const;
4121 bool ConsiderLinkage, bool AllowInlineNamespace);