Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp5440 DiagnoseAbstractType(ClassDecl); in SetCtorInitializers()
6026 DiagnoseAbstractType(T->getAsCXXRecordDecl()); in RequireNonAbstractType()
6030 void Sema::DiagnoseAbstractType(const CXXRecordDecl *RD) { in DiagnoseAbstractType() function in Sema
6095 void DiagnoseAbstractType() { in DiagnoseAbstractType() function
6097 S.DiagnoseAbstractType(Record); in DiagnoseAbstractType()
6188 Info.DiagnoseAbstractType(); in CheckPolymorphic()
7062 DiagnoseAbstractType(Record); in CheckCompletedCXXClass()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8149 void DiagnoseAbstractType(const CXXRecordDecl *RD);