Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp3923 DiagnoseAbstractType(ClassDecl); in SetCtorInitializers()
4427 DiagnoseAbstractType(T->getAsCXXRecordDecl()); in RequireNonAbstractType()
4431 void Sema::DiagnoseAbstractType(const CXXRecordDecl *RD) { in DiagnoseAbstractType() function in Sema
4496 void DiagnoseAbstractType() { in DiagnoseAbstractType() function
4498 S.DiagnoseAbstractType(Record); in DiagnoseAbstractType()
4588 Info.DiagnoseAbstractType(); in CheckPolymorphic()
4971 DiagnoseAbstractType(Record); in CheckCompletedCXXClass()
/external/clang/include/clang/Sema/
DSema.h5640 void DiagnoseAbstractType(const CXXRecordDecl *RD);