Searched refs:FilterLookupForScope (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 1589 void Sema::FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S, in FilterLookupForScope() function in Sema 6653 FilterLookupForScope(Previous, DC, S, /*ConsiderLinkage*/false, in ActOnTypedefNameDecl() 7825 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewVD), in ActOnVariableDeclarator() 9835 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewFD), in ActOnFunctionDeclarator()
|
| H A D | SemaDeclCXX.cpp | 867 FilterLookupForScope(Previous, DC, S, ConsiderLinkage, in ActOnDecompositionDeclarator() 13027 FilterLookupForScope(Previous, CurContext, S, /*ConsiderLinkage*/false, in ActOnAliasDeclaration() 13139 FilterLookupForScope(PrevR, CurContext, S, /*ConsiderLinkage*/false, in ActOnNamespaceAliasDef()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2271 SemaRef.FilterLookupForScope(Previous, DC, /*Scope*/ nullptr, in VisitFunctionDecl()
|
| H A D | SemaTemplate.cpp | 8713 FilterLookupForScope(Previous, DC, S, /*ConsiderLinkage=*/false, in ActOnConceptDefinition()
|
| H A D | SemaOpenMP.cpp | 21813 FilterLookupForScope(Lookup, DC, S, /*ConsiderLinkage=*/false, in ActOnOpenMPDeclareReductionDirectiveStart() 22065 FilterLookupForScope(Lookup, DC, S, /*ConsiderLinkage=*/false, in ActOnOpenMPDeclareMapperDirective()
|
| H A D | SemaExpr.cpp | 5406 FilterLookupForScope(Previous, CurContext, S, /*ConsiderLinkage=*/false, in ActOnOMPIteratorExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 4476 void FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S,
|