Searched refs:FilterLookupForScope (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 1119 void Sema::FilterLookupForScope(LookupResult &R, in FilterLookupForScope() function in Sema 4014 FilterLookupForScope(Previous, DC, S, /*ConsiderLinkage*/ false, in ActOnTypedefNameDecl() 4385 FilterLookupForScope(Previous, DC, S, NewVD->hasLinkage(), in ActOnVariableDeclarator() 5445 FilterLookupForScope(Previous, DC, S, NewFD->hasLinkage(), in ActOnFunctionDeclarator()
|
D | SemaDeclCXX.cpp | 6589 FilterLookupForScope(Previous, CurContext, S, /*ConsiderLinkage*/false, in ActOnAliasDeclaration()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2194 void FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S,
|