Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h7333 void DiagnoseAbstractType(const CXXRecordDecl *RD);