Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp271 case Sema::LookupUsingDeclName: in getIDNS()
371 if (Kind == Sema::LookupUsingDeclName && isa<UsingShadowDecl>(D) && in isPreferredLookupResult()
H A DSemaTemplateInstantiateDecl.cpp3187 LookupResult Prev(SemaRef, NameInfo, Sema::LookupUsingDeclName, in VisitUsingDecl()
H A DSemaDeclCXX.cpp12307 LookupResult Previous(*this, UsingName, LookupUsingDeclName, in BuildUsingDeclaration()
12549 LookupResult Previous(*this, UsingEnumName, LookupUsingDeclName, in BuildUsingEnumDeclaration()
H A DSemaOverload.cpp1084 assert(Old.getLookupKind() == LookupUsingDeclName); in CheckOverload()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4192 LookupUsingDeclName, enumerator