Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DIdentifierResolver.cpp100 bool AllowInlineNamespace) const { in isDeclInScope()
141 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
H A DSemaDecl.cpp1568 bool AllowInlineNamespace) { in isDeclInScope() argument
1569 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope()
1591 bool AllowInlineNamespace) { in FilterLookupForScope() argument
1596 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DIdentifierResolver.h156 bool AllowInlineNamespace = false) const;
H A DSema.h3477 bool AllowInlineNamespace = false);
4477 bool ConsiderLinkage, bool AllowInlineNamespace);