Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp5294 DiagnoseAbstractType(ClassDecl); in SetCtorInitializers()
5883 DiagnoseAbstractType(T->getAsCXXRecordDecl()); in RequireNonAbstractType()
5887 void Sema::DiagnoseAbstractType(const CXXRecordDecl *RD) { in DiagnoseAbstractType() function in Sema
5952 void DiagnoseAbstractType() { in DiagnoseAbstractType() function
5954 S.DiagnoseAbstractType(Record); in DiagnoseAbstractType()
6045 Info.DiagnoseAbstractType(); in CheckPolymorphic()
6902 DiagnoseAbstractType(Record); in CheckCompletedCXXClass()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5773 void DiagnoseAbstractType(const CXXRecordDecl *RD);