Searched refs:FilterLookupForScope (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 1331 void Sema::FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S, in FilterLookupForScope() function in Sema 5398 FilterLookupForScope(Previous, DC, S, /*ConsiderLinkage*/false, in ActOnTypedefNameDecl() 6370 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewVD), in ActOnVariableDeclarator() 8084 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewFD), in ActOnFunctionDeclarator()
|
D | SemaDeclCXX.cpp | 8818 FilterLookupForScope(Previous, CurContext, S, /*ConsiderLinkage*/false, in ActOnAliasDeclaration() 8929 FilterLookupForScope(PrevR, CurContext, S, /*ConsiderLinkage*/false, in ActOnNamespaceAliasDef()
|
D | SemaOpenMP.cpp | 11113 FilterLookupForScope(Lookup, DC, S, /*ConsiderLinkage=*/false, in ActOnOpenMPDeclareReductionDirectiveStart()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2979 void FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S,
|