Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:hasTrivialDestructor

226   return RD && !RD->hasTrivialDestructor();
892 if (!cast<CXXRecordDecl>(RecordTy->getDecl())->hasTrivialDestructor()) {