Home | History | Annotate | Download | only in Sema

Lines Matching refs:SrcRecord

597   const RecordType *SrcRecord = SrcPointee->getAs<RecordType>();
598 if (SrcRecord) {
613 assert(SrcRecord && "Bad source pointee slipped through.");
624 if (DestRecord == SrcRecord) {
643 cast<CXXRecordDecl>(SrcRecord->getDecl()));
648 const RecordDecl *SrcDecl = SrcRecord->getDecl()->getDefinition();
655 cast<CXXRecordDecl>(SrcRecord->getDecl()));