Searched refs:ConsiderLinkage (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 903 bool ConsiderLinkage = DC->isFunctionOrMethod() && in ActOnDecompositionDeclarator() local 905 FilterLookupForScope(Previous, DC, S, ConsiderLinkage, in ActOnDecompositionDeclarator() 13442 FilterLookupForScope(Previous, CurContext, S, /*ConsiderLinkage*/false, in ActOnAliasDeclaration() 13554 FilterLookupForScope(PrevR, CurContext, S, /*ConsiderLinkage*/false, in ActOnNamespaceAliasDef()
|
| H A D | SemaDecl.cpp | 1578 bool ConsiderLinkage, in FilterLookupForScope() argument 1587 if (ConsiderLinkage && isOutOfScopePreviousDeclaration(D, Ctx, Context)) in FilterLookupForScope()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4121 bool ConsiderLinkage, bool AllowInlineNamespace);
|