Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DIdentifierResolver.cpp100 bool AllowInlineNamespace) const { in isDeclInScope()
139 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
H A DSemaDecl.cpp1523 bool AllowInlineNamespace) { in isDeclInScope() argument
1524 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope()
1546 bool AllowInlineNamespace) { in FilterLookupForScope() argument
1551 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DIdentifierResolver.h156 bool AllowInlineNamespace = false) const;
H A DSema.h3233 bool AllowInlineNamespace = false);
4227 bool ConsiderLinkage, bool AllowInlineNamespace);