Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1577 void Sema::FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S, in FilterLookupForScope() function in Sema
6706 FilterLookupForScope(Previous, DC, S, /*ConsiderLinkage*/false, in ActOnTypedefNameDecl()
7950 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewVD), in ActOnVariableDeclarator()
10129 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewFD), in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp905 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 DSemaTemplateInstantiateDecl.cpp2371 SemaRef.FilterLookupForScope(Previous, DC, /*Scope=*/ nullptr, in VisitFunctionDecl()
H A DSemaOpenMP.cpp21343 SemaRef.FilterLookupForScope(Lookup, DC, S, /*ConsiderLinkage=*/false, in ActOnOpenMPDeclareReductionDirectiveStart()
21599 SemaRef.FilterLookupForScope(Lookup, DC, S, /*ConsiderLinkage=*/false, in ActOnOpenMPDeclareMapperDirective()
23568 SemaRef.FilterLookupForScope(Previous, SemaRef.CurContext, S, in ActOnOMPIteratorExpr()
H A DSemaTemplate.cpp8501 FilterLookupForScope(Previous, DC, S, /*ConsiderLinkage=*/false, in ActOnConceptDefinition()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4120 void FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S,