Searched refs:SrcRecord (Results 1 – 2 of 2) sorted by relevance
691 : SrcRecord(srcrecord), Predicates(preds), SrcPattern(src), DstPattern(dst), in PatternToMatch()694 Record *SrcRecord; // Originating Record for the pattern. variable702 Record *getSrcRecord() const { return SrcRecord; } in getSrcRecord()
648 const RecordType *SrcRecord = SrcPointee->getAs<RecordType>(); in CheckDynamicCast() local649 if (SrcRecord) { in CheckDynamicCast()667 assert(SrcRecord && "Bad source pointee slipped through."); in CheckDynamicCast()679 if (DestRecord == SrcRecord) { in CheckDynamicCast()700 const RecordDecl *SrcDecl = SrcRecord->getDecl()->getDefinition(); in CheckDynamicCast()