Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1575 bool AllowInlineNamespace) const { in isDeclInScope()
1576 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope()
1596 bool AllowInlineNamespace) { in FilterLookupForScope() argument
1601 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4424 bool AllowInlineNamespace = false) const;
4506 bool ConsiderLinkage, bool AllowInlineNamespace);