Home
last modified time | relevance | path

Searched refs:CheckInheritingConstructorUsingDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3225 SemaRef.CheckInheritingConstructorUsingDecl(NewUD); in VisitUsingDecl()
H A DSemaDeclCXX.cpp12526 if (CheckInheritingConstructorUsingDecl(UD)) in BuildUsingDeclaration()
12608 bool Sema::CheckInheritingConstructorUsingDecl(UsingDecl *UD) { in CheckInheritingConstructorUsingDecl() function in Sema
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6045 bool CheckInheritingConstructorUsingDecl(UsingDecl *UD);