Home
last modified time | relevance | path

Searched refs:DiagnoseAbstractType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp5127 DiagnoseAbstractType(ClassDecl); in SetCtorInitializers()
5708 DiagnoseAbstractType(T->getAsCXXRecordDecl()); in RequireNonAbstractType()
5712 void Sema::DiagnoseAbstractType(const CXXRecordDecl *RD) { in DiagnoseAbstractType() function in Sema
5777 void DiagnoseAbstractType() { in DiagnoseAbstractType() function
5779 S.DiagnoseAbstractType(Record); in DiagnoseAbstractType()
5869 Info.DiagnoseAbstractType(); in CheckPolymorphic()
6706 DiagnoseAbstractType(Record); in CheckCompletedCXXClass()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h7406 void DiagnoseAbstractType(const CXXRecordDecl *RD);