Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp274 case Sema::LookupUsingDeclName: in getIDNS()
378 if (Kind == Sema::LookupUsingDeclName && isa<UsingShadowDecl>(D) && in isPreferredLookupResult()
H A DSemaTemplateInstantiateDecl.cpp3915 LookupResult Prev(SemaRef, NameInfo, Sema::LookupUsingDeclName, in VisitUsingDecl()
H A DSemaDeclCXX.cpp13057 LookupResult Previous(*this, UsingName, LookupUsingDeclName, in BuildUsingDeclaration()
13308 LookupResult Previous(*this, UsingEnumName, LookupUsingDeclName, in BuildUsingEnumDeclaration()
H A DSemaOverload.cpp1261 assert(Old.getLookupKind() == LookupUsingDeclName); in CheckOverload()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9299 LookupUsingDeclName, enumerator