Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp5248 DiagnoseAbstractType(ClassDecl); in SetCtorInitializers()
5834 DiagnoseAbstractType(T->getAsCXXRecordDecl()); in RequireNonAbstractType()
5838 void Sema::DiagnoseAbstractType(const CXXRecordDecl *RD) { in DiagnoseAbstractType() function in Sema
5903 void DiagnoseAbstractType() { in DiagnoseAbstractType() function
5905 S.DiagnoseAbstractType(Record); in DiagnoseAbstractType()
5996 Info.DiagnoseAbstractType(); in CheckPolymorphic()
6859 DiagnoseAbstractType(Record); in CheckCompletedCXXClass()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7953 void DiagnoseAbstractType(const CXXRecordDecl *RD);