Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp4788 DiagnoseAbstractType(ClassDecl); in SetCtorInitializers()
5301 DiagnoseAbstractType(T->getAsCXXRecordDecl()); in RequireNonAbstractType()
5305 void Sema::DiagnoseAbstractType(const CXXRecordDecl *RD) { in DiagnoseAbstractType() function in Sema
5370 void DiagnoseAbstractType() { in DiagnoseAbstractType() function
5372 S.DiagnoseAbstractType(Record); in DiagnoseAbstractType()
5462 Info.DiagnoseAbstractType(); in CheckPolymorphic()
6069 DiagnoseAbstractType(Record); in CheckCompletedCXXClass()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h6133 void DiagnoseAbstractType(const CXXRecordDecl *RD);