Lines Matching refs:record
292 // If the record matches the base, this is the complete ctor/dtor
590 const CXXRecordDecl *Record = BaseElementTy->getAsCXXRecordDecl();
592 (Record && Record->hasTrivialCopyConstructor())) {
1166 const CXXRecordDecl *record = cast<CXXRecordDecl>(rtype->getDecl());
1167 const CXXDestructorDecl *dtor = record->getDestructor();
1638 // This is a record decl. We know the type and can devirtualize it.
1653 // Check if this is a call expr that returns a record type.