Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2593 SemaRef.CheckInheritingConstructorUsingDecl(NewUD); in VisitUsingDecl()
H A DSemaDeclCXX.cpp10160 if (CheckInheritingConstructorUsingDecl(UD)) in BuildUsingDeclaration()
10187 bool Sema::CheckInheritingConstructorUsingDecl(UsingDecl *UD) { in CheckInheritingConstructorUsingDecl() function in Sema
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4674 bool CheckInheritingConstructorUsingDecl(UsingDecl *UD);