Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2415 SemaRef.CheckInheritingConstructorUsingDecl(NewUD); in VisitUsingDecl()
DSemaDeclCXX.cpp8456 if (CheckInheritingConstructorUsingDecl(UD)) in BuildUsingDeclaration()
8470 bool Sema::CheckInheritingConstructorUsingDecl(UsingDecl *UD) { in CheckInheritingConstructorUsingDecl() function in Sema
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3048 SemaRef.CheckInheritingConstructorUsingDecl(NewUD); in VisitUsingDecl()
DSemaDeclCXX.cpp12186 if (CheckInheritingConstructorUsingDecl(UD)) in BuildUsingDeclaration()
12213 bool Sema::CheckInheritingConstructorUsingDecl(UsingDecl *UD) { in CheckInheritingConstructorUsingDecl() function in Sema
/external/clang/include/clang/Sema/
DSema.h4261 bool CheckInheritingConstructorUsingDecl(UsingDecl *UD);
/external/llvm-project/clang/include/clang/Sema/
DSema.h5557 bool CheckInheritingConstructorUsingDecl(UsingDecl *UD);