Home
last modified time | relevance | path

Searched refs:FilterLookupForScope (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp1512 void Sema::FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S, in FilterLookupForScope() function in Sema
6009 FilterLookupForScope(Previous, DC, S, /*ConsiderLinkage*/false, in ActOnTypedefNameDecl()
7125 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewVD), in ActOnVariableDeclarator()
9025 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewFD), in ActOnFunctionDeclarator()
HDSemaDeclCXX.cpp836 FilterLookupForScope(Previous, DC, S, ConsiderLinkage, in ActOnDecompositionDeclarator()
12241 FilterLookupForScope(Previous, CurContext, S, /*ConsiderLinkage*/false, in ActOnAliasDeclaration()
12353 FilterLookupForScope(PrevR, CurContext, S, /*ConsiderLinkage*/false, in ActOnNamespaceAliasDef()
HDSemaOpenMP.cpp16213 FilterLookupForScope(Lookup, DC, S, /*ConsiderLinkage=*/false, in ActOnOpenMPDeclareReductionDirectiveStart()
16465 FilterLookupForScope(Lookup, DC, S, /*ConsiderLinkage=*/false, in ActOnOpenMPDeclareMapperDirectiveStart()
HDSemaTemplate.cpp8415 FilterLookupForScope(Previous, DC, S, /*ConsiderLinkage=*/false, in ActOnConceptDefinition()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h3774 void FilterLookupForScope(LookupResult &R, DeclContext *Ctx, Scope *S,