Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DIdentifierResolver.cpp98 bool AllowInlineNamespace) const { in isDeclInScope()
137 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()
DSemaDecl.cpp1310 bool AllowInlineNamespace) { in isDeclInScope() argument
1311 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope()
1333 bool AllowInlineNamespace) { in FilterLookupForScope() argument
1338 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope()
/external/clang/include/clang/Sema/
DIdentifierResolver.h160 bool AllowInlineNamespace = false) const;
DSema.h2135 bool AllowInlineNamespace = false);
2980 bool ConsiderLinkage, bool AllowInlineNamespace);