Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp912 bool ConsiderLinkage = DC->isFunctionOrMethod() && in ActOnDecompositionDeclarator() local
914 FilterLookupForScope(Previous, DC, S, ConsiderLinkage, in ActOnDecompositionDeclarator()
H A DSemaDecl.cpp1595 bool ConsiderLinkage, in FilterLookupForScope() argument
1604 if (ConsiderLinkage && isOutOfScopePreviousDeclaration(D, Ctx, Context)) in FilterLookupForScope()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4506 bool ConsiderLinkage, bool AllowInlineNamespace);