Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp3934 DiagnoseAbstractType(ClassDecl); in SetCtorInitializers()
4466 DiagnoseAbstractType(RD); in RequireNonAbstractType()
4471 void Sema::DiagnoseAbstractType(const CXXRecordDecl *RD) { in DiagnoseAbstractType() function in Sema
4536 void DiagnoseAbstractType() { in DiagnoseAbstractType() function
4538 S.DiagnoseAbstractType(Record); in DiagnoseAbstractType()
4628 Info.DiagnoseAbstractType(); in CheckPolymorphic()
4957 DiagnoseAbstractType(Record); in CheckCompletedCXXClass()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h5436 void DiagnoseAbstractType(const CXXRecordDecl *RD);