Searched refs:FilterLookupForScope (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 1594 void Sema::FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S, in FilterLookupForScope() function in Sema 6826 FilterLookupForScope(Previous, DC, S, /*ConsiderLinkage*/false, in ActOnTypedefNameDecl() 8139 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewVD), in ActOnVariableDeclarator() 10338 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewFD), in ActOnFunctionDeclarator()
|
| H A D | SemaTemplate.cpp | 8937 FilterLookupForScope(Previous, CurContext, S, /*ConsiderLinkage=*/false, in ActOnStartConceptDefinition() 8981 FilterLookupForScope(Previous, CurContext, S, /*ConsiderLinkage=*/false, in ActOnFinishConceptDefinition()
|
| H A D | SemaDeclCXX.cpp | 914 FilterLookupForScope(Previous, DC, S, ConsiderLinkage, in ActOnDecompositionDeclarator() 13734 FilterLookupForScope(Previous, CurContext, S, /*ConsiderLinkage*/false, in ActOnAliasDeclaration() 13846 FilterLookupForScope(PrevR, CurContext, S, /*ConsiderLinkage*/false, in ActOnNamespaceAliasDef()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2918 SemaRef.FilterLookupForScope(Previous, DC, /*Scope=*/ nullptr, in VisitFunctionDecl()
|
| H A D | SemaOpenMP.cpp | 22241 SemaRef.FilterLookupForScope(Lookup, DC, S, /*ConsiderLinkage=*/false, in ActOnOpenMPDeclareReductionDirectiveStart() 22495 SemaRef.FilterLookupForScope(Lookup, DC, S, /*ConsiderLinkage=*/false, in ActOnOpenMPDeclareMapperDirective() 24551 SemaRef.FilterLookupForScope(Previous, SemaRef.CurContext, S, in ActOnOMPIteratorExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4505 void FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5002 …N5clang4SemaERNS_12LookupResultEPNS_11DeclContextEPNS_5ScopeEb", "FilterLookupForScope(clang::Sema…
|