Searched refs:FilterLookupForScope (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 1291 void Sema::FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S, in FilterLookupForScope() function in Sema 5265 FilterLookupForScope(Previous, DC, S, /*ConsiderLinkage*/false, in ActOnTypedefNameDecl() 6170 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewVD), in ActOnVariableDeclarator() 7784 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewFD), in ActOnFunctionDeclarator()
|
D | SemaDeclCXX.cpp | 8573 FilterLookupForScope(Previous, CurContext, S, /*ConsiderLinkage*/false, in ActOnAliasDeclaration() 8684 FilterLookupForScope(PrevR, CurContext, S, /*ConsiderLinkage*/false, in ActOnNamespaceAliasDef()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2905 void FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S,
|