Searched refs:FilterLookupForScope (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 1429 void Sema::FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S, in FilterLookupForScope() function in Sema 5780 FilterLookupForScope(Previous, DC, S, /*ConsiderLinkage*/false, in ActOnTypedefNameDecl() 6797 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewVD), in ActOnVariableDeclarator() 8641 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewFD), in ActOnFunctionDeclarator()
|
| H A D | SemaDeclCXX.cpp | 808 FilterLookupForScope(Previous, DC, S, ConsiderLinkage, in ActOnDecompositionDeclarator() 10561 FilterLookupForScope(Previous, CurContext, S, /*ConsiderLinkage*/false, in ActOnAliasDeclaration() 10673 FilterLookupForScope(PrevR, CurContext, S, /*ConsiderLinkage*/false, in ActOnNamespaceAliasDef()
|
| H A D | SemaOpenMP.cpp | 13189 FilterLookupForScope(Lookup, DC, S, /*ConsiderLinkage=*/false, in ActOnOpenMPDeclareReductionDirectiveStart()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 3349 void FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S,
|