Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp866 bool ConsiderLinkage = DC->isFunctionOrMethod() && in ActOnDecompositionDeclarator() local
868 FilterLookupForScope(Previous, DC, S, ConsiderLinkage, in ActOnDecompositionDeclarator()
H A DSemaDecl.cpp1545 bool ConsiderLinkage, in FilterLookupForScope() argument
1554 if (ConsiderLinkage && isOutOfScopePreviousDeclaration(D, Ctx, Context)) in FilterLookupForScope()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4227 bool ConsiderLinkage, bool AllowInlineNamespace);