Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp903 bool ConsiderLinkage = DC->isFunctionOrMethod() && in ActOnDecompositionDeclarator() local
905 FilterLookupForScope(Previous, DC, S, ConsiderLinkage, in ActOnDecompositionDeclarator()
H A DSemaDecl.cpp1578 bool ConsiderLinkage, in FilterLookupForScope() argument
1587 if (ConsiderLinkage && isOutOfScopePreviousDeclaration(D, Ctx, Context)) in FilterLookupForScope()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4121 bool ConsiderLinkage, bool AllowInlineNamespace);