Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DIdentifierResolver.cpp98 bool AllowInlineNamespace) const { in isDeclInScope()
137 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
H A DSemaDecl.cpp1212 bool AllowInlineNamespace) { in isDeclInScope() argument
1213 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope()
1235 bool AllowInlineNamespace) { in FilterLookupForScope() argument
1240 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DIdentifierResolver.h160 bool AllowInlineNamespace = false) const;
H A DSema.h1971 bool AllowInlineNamespace = false);
2761 bool ConsiderLinkage, bool AllowInlineNamespace);