Home
last modified time | relevance | path

Searched refs:DiagnoseAbstractType (Results 1 – 4 of 4) 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/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp5106 DiagnoseAbstractType(ClassDecl); in SetCtorInitializers()
5633 DiagnoseAbstractType(T->getAsCXXRecordDecl()); in RequireNonAbstractType()
5637 void Sema::DiagnoseAbstractType(const CXXRecordDecl *RD) { in DiagnoseAbstractType() function in Sema
5702 void DiagnoseAbstractType() { in DiagnoseAbstractType() function
5704 S.DiagnoseAbstractType(Record); in DiagnoseAbstractType()
5794 Info.DiagnoseAbstractType(); in CheckPolymorphic()
6631 DiagnoseAbstractType(Record); in CheckCompletedCXXClass()
/external/clang/include/clang/Sema/
DSema.h5640 void DiagnoseAbstractType(const CXXRecordDecl *RD);
/external/llvm-project/clang/include/clang/Sema/
DSema.h7186 void DiagnoseAbstractType(const CXXRecordDecl *RD);