Searched refs:SrcRecord (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h685 : SrcRecord(srcrecord), Predicates(preds), SrcPattern(src), DstPattern(dst),
688 Record *SrcRecord; // Originating Record for the pattern.
696 Record *getSrcRecord() const { return SrcRecord; }
/external/clang/lib/Sema/
H A DSemaCast.cpp648 const RecordType *SrcRecord = SrcPointee->getAs<RecordType>(); local
649 if (SrcRecord) {
667 assert(SrcRecord && "Bad source pointee slipped through.");
679 if (DestRecord == SrcRecord) {
699 const RecordDecl *SrcDecl = SrcRecord->getDecl()->getDefinition();

Completed in 70 milliseconds