Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp865 bool ConsiderLinkage = DC->isFunctionOrMethod() && in ActOnDecompositionDeclarator() local
867 FilterLookupForScope(Previous, DC, S, ConsiderLinkage, in ActOnDecompositionDeclarator()
H A DSemaDecl.cpp1590 bool ConsiderLinkage, in FilterLookupForScope() argument
1599 if (ConsiderLinkage && isOutOfScopePreviousDeclaration(D, Ctx, Context)) in FilterLookupForScope()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4477 bool ConsiderLinkage, bool AllowInlineNamespace);