Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3049 SemaRef.CheckInheritingConstructorUsingDecl(NewUD); in VisitUsingDecl()
H A DSemaDeclCXX.cpp12244 if (CheckInheritingConstructorUsingDecl(UD)) in BuildUsingDeclaration()
12271 bool Sema::CheckInheritingConstructorUsingDecl(UsingDecl *UD) { in CheckInheritingConstructorUsingDecl() function in Sema
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5704 bool CheckInheritingConstructorUsingDecl(UsingDecl *UD);