Searched refs:LookupUsingDeclName (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 275 case Sema::LookupUsingDeclName: in getIDNS() 376 if (Kind == Sema::LookupUsingDeclName && isa<UsingShadowDecl>(D) && in isPreferredLookupResult()
|
H A D | SemaTemplateInstantiateDecl.cpp | 3370 LookupResult Prev(SemaRef, NameInfo, Sema::LookupUsingDeclName, in VisitUsingDecl()
|
H A D | SemaDeclCXX.cpp | 12730 LookupResult Previous(*this, UsingName, LookupUsingDeclName, in BuildUsingDeclaration() 12976 LookupResult Previous(*this, UsingEnumName, LookupUsingDeclName, in BuildUsingEnumDeclaration()
|
H A D | SemaOverload.cpp | 1228 assert(Old.getLookupKind() == LookupUsingDeclName); in CheckOverload()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 9026 LookupUsingDeclName, enumerator
|