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.cpp1270 bool AllowInlineNamespace) { in isDeclInScope() argument
1271 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope()
1293 bool AllowInlineNamespace) { in FilterLookupForScope() argument
1298 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope()
/external/clang/include/clang/Sema/
DIdentifierResolver.h160 bool AllowInlineNamespace = false) const;
DSema.h2075 bool AllowInlineNamespace = false);
2906 bool ConsiderLinkage, bool AllowInlineNamespace);