Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp273 case Sema::LookupUsingDeclName: in getIDNS()
374 if (Kind == Sema::LookupUsingDeclName && isa<UsingShadowDecl>(D) && in isPreferredLookupResult()
H A DSemaTemplateInstantiateDecl.cpp3324 LookupResult Prev(SemaRef, NameInfo, Sema::LookupUsingDeclName, in VisitUsingDecl()
H A DSemaDeclCXX.cpp12854 LookupResult Previous(*this, UsingName, LookupUsingDeclName, in BuildUsingDeclaration()
13097 LookupResult Previous(*this, UsingEnumName, LookupUsingDeclName, in BuildUsingEnumDeclaration()
H A DSemaOverload.cpp1183 assert(Old.getLookupKind() == LookupUsingDeclName); in CheckOverload()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4403 LookupUsingDeclName, enumerator