Searched refs:FilterLookupForScope (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 1274 void Sema::FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S, in FilterLookupForScope() function in Sema 5066 FilterLookupForScope(Previous, DC, S, /*ConsiderLinkage*/false, in ActOnTypedefNameDecl() 5890 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewVD), in ActOnVariableDeclarator() 7385 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewFD), in ActOnFunctionDeclarator()
|
D | SemaDeclCXX.cpp | 8558 FilterLookupForScope(Previous, CurContext, S, /*ConsiderLinkage*/false, in ActOnAliasDeclaration()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2700 void FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S,
|