Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DIdentifierResolver.cpp100 bool AllowInlineNamespace) const { in isDeclInScope()
145 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
H A DSemaDecl.cpp1596 bool AllowInlineNamespace) { in isDeclInScope() argument
1597 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope()
1619 bool AllowInlineNamespace) { in FilterLookupForScope() argument
1624 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DIdentifierResolver.h156 bool AllowInlineNamespace = false) const;
H A DSema.h3576 bool AllowInlineNamespace = false);
4597 bool ConsiderLinkage, bool AllowInlineNamespace);