Home
last modified time | relevance | path

Searched refs:ConsiderLinkage (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp915 bool ConsiderLinkage = DC->isFunctionOrMethod() && in ActOnDecompositionDeclarator() local
917 FilterLookupForScope(Previous, DC, S, ConsiderLinkage, in ActOnDecompositionDeclarator()
H A DSemaDecl.cpp1643 bool ConsiderLinkage, in FilterLookupForScope() argument
1652 if (ConsiderLinkage && isOutOfScopePreviousDeclaration(D, Ctx, Context)) in FilterLookupForScope()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4688 bool ConsiderLinkage, bool AllowInlineNamespace);