Searched refs:FilterLookupForScope (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 1557 void Sema::FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S, in FilterLookupForScope() function in Sema 6279 FilterLookupForScope(Previous, DC, S, /*ConsiderLinkage*/false, in ActOnTypedefNameDecl() 7451 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewVD), in ActOnVariableDeclarator() 9392 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewFD), in ActOnFunctionDeclarator()
|
| H A D | SemaDeclCXX.cpp | 866 FilterLookupForScope(Previous, DC, S, ConsiderLinkage, in ActOnDecompositionDeclarator() 12827 FilterLookupForScope(Previous, CurContext, S, /*ConsiderLinkage*/false, in ActOnAliasDeclaration() 12939 FilterLookupForScope(PrevR, CurContext, S, /*ConsiderLinkage*/false, in ActOnNamespaceAliasDef()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2206 SemaRef.FilterLookupForScope(Previous, DC, /*Scope*/ nullptr, in VisitFunctionDecl()
|
| H A D | SemaTemplate.cpp | 8650 FilterLookupForScope(Previous, DC, S, /*ConsiderLinkage=*/false, in ActOnConceptDefinition()
|
| H A D | SemaOpenMP.cpp | 19704 FilterLookupForScope(Lookup, DC, S, /*ConsiderLinkage=*/false, in ActOnOpenMPDeclareReductionDirectiveStart() 19956 FilterLookupForScope(Lookup, DC, S, /*ConsiderLinkage=*/false, in ActOnOpenMPDeclareMapperDirective()
|
| H A D | SemaExpr.cpp | 5241 FilterLookupForScope(Previous, CurContext, S, /*ConsiderLinkage=*/false, in ActOnOMPIteratorExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4257 void FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S,
|