Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DIdentifierResolver.cpp101 bool AllowInlineNamespace) const { in isDeclInScope()
140 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
H A DSemaDecl.cpp1408 bool AllowInlineNamespace) { in isDeclInScope() argument
1409 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope()
1431 bool AllowInlineNamespace) { in FilterLookupForScope() argument
1436 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DIdentifierResolver.h157 bool AllowInlineNamespace = false) const;
H A DSema.h2431 bool AllowInlineNamespace = false);
3350 bool ConsiderLinkage, bool AllowInlineNamespace);