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.cpp275 case Sema::LookupUsingDeclName: in getIDNS()
376 if (Kind == Sema::LookupUsingDeclName && isa<UsingShadowDecl>(D) && in isPreferredLookupResult()
H A DSemaTemplateInstantiateDecl.cpp3370 LookupResult Prev(SemaRef, NameInfo, Sema::LookupUsingDeclName, in VisitUsingDecl()
H A DSemaDeclCXX.cpp12730 LookupResult Previous(*this, UsingName, LookupUsingDeclName, in BuildUsingDeclaration()
12976 LookupResult Previous(*this, UsingEnumName, LookupUsingDeclName, in BuildUsingEnumDeclaration()
H A DSemaOverload.cpp1228 assert(Old.getLookupKind() == LookupUsingDeclName); in CheckOverload()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9026 LookupUsingDeclName, enumerator