Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp270 case Sema::LookupUsingDeclName: in getIDNS()
370 if (Kind == Sema::LookupUsingDeclName && isa<UsingShadowDecl>(D) && in isPreferredLookupResult()
H A DSemaTemplateInstantiateDecl.cpp3136 LookupResult Prev(SemaRef, NameInfo, Sema::LookupUsingDeclName, in VisitUsingDecl()
H A DSemaDeclCXX.cpp12107 LookupResult Previous(*this, UsingName, LookupUsingDeclName, in BuildUsingDeclaration()
12349 LookupResult Previous(*this, UsingEnumName, LookupUsingDeclName, in BuildUsingEnumDeclaration()
H A DSemaOverload.cpp1086 assert(Old.getLookupKind() == LookupUsingDeclName); in CheckOverload()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3973 LookupUsingDeclName, enumerator