Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3174 SemaRef.CheckInheritingConstructorUsingDecl(NewUD); in VisitUsingDecl()
H A DSemaDeclCXX.cpp12326 if (CheckInheritingConstructorUsingDecl(UD)) in BuildUsingDeclaration()
12408 bool Sema::CheckInheritingConstructorUsingDecl(UsingDecl *UD) { in CheckInheritingConstructorUsingDecl() function in Sema
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5762 bool CheckInheritingConstructorUsingDecl(UsingDecl *UD);