Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp3947 DiagnoseAbstractType(ClassDecl); in SetCtorInitializers()
4451 DiagnoseAbstractType(T->getAsCXXRecordDecl()); in RequireNonAbstractType()
4455 void Sema::DiagnoseAbstractType(const CXXRecordDecl *RD) { in DiagnoseAbstractType() function in Sema
4520 void DiagnoseAbstractType() { in DiagnoseAbstractType() function
4522 S.DiagnoseAbstractType(Record); in DiagnoseAbstractType()
4612 Info.DiagnoseAbstractType(); in CheckPolymorphic()
4960 DiagnoseAbstractType(Record); in CheckCompletedCXXClass()
/external/clang/include/clang/Sema/
DSema.h5516 void DiagnoseAbstractType(const CXXRecordDecl *RD);