Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp3963 DiagnoseAbstractType(ClassDecl); in SetCtorInitializers()
4495 DiagnoseAbstractType(RD); in RequireNonAbstractType()
4500 void Sema::DiagnoseAbstractType(const CXXRecordDecl *RD) { in DiagnoseAbstractType() function in Sema
4565 void DiagnoseAbstractType() { in DiagnoseAbstractType() function
4567 S.DiagnoseAbstractType(Record); in DiagnoseAbstractType()
4657 Info.DiagnoseAbstractType(); in CheckPolymorphic()
4924 DiagnoseAbstractType(Record); in CheckCompletedCXXClass()
/external/clang/include/clang/Sema/
DSema.h5246 void DiagnoseAbstractType(const CXXRecordDecl *RD);