Home
last modified time | relevance | path

Searched refs:FilterLookupForScope (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1642 void Sema::FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S, in FilterLookupForScope() function in Sema
6865 FilterLookupForScope(Previous, DC, S, /*ConsiderLinkage*/false, in ActOnTypedefNameDecl()
8124 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewVD), in ActOnVariableDeclarator()
10269 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewFD), in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp917 FilterLookupForScope(Previous, DC, S, ConsiderLinkage, in ActOnDecompositionDeclarator()
13575 FilterLookupForScope(Previous, CurContext, S, /*ConsiderLinkage*/false, in ActOnAliasDeclaration()
13687 FilterLookupForScope(PrevR, CurContext, S, /*ConsiderLinkage*/false, in ActOnNamespaceAliasDef()
H A DSemaTemplateInstantiateDecl.cpp2328 SemaRef.FilterLookupForScope(Previous, DC, /*Scope=*/ nullptr, in VisitFunctionDecl()
H A DSemaTemplate.cpp9267 FilterLookupForScope(Previous, DC, S, /*ConsiderLinkage=*/false, in ActOnConceptDefinition()
H A DSemaOpenMP.cpp22519 FilterLookupForScope(Lookup, DC, S, /*ConsiderLinkage=*/false, in ActOnOpenMPDeclareReductionDirectiveStart()
22771 FilterLookupForScope(Lookup, DC, S, /*ConsiderLinkage=*/false, in ActOnOpenMPDeclareMapperDirective()
H A DSemaExpr.cpp5660 FilterLookupForScope(Previous, CurContext, S, /*ConsiderLinkage=*/false, in ActOnOMPIteratorExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4687 void FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S,