HomeSort by relevance Sort by last modified time
    Searched refs:SrcRecord (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 649 PatternToMatch(Record *srcrecord, ListInit *preds,
653 : SrcRecord(srcrecord), Predicates(preds), SrcPattern(src), DstPattern(dst),
656 Record *SrcRecord; // Originating Record for the pattern.
664 Record *getSrcRecord() const { return SrcRecord; }
  /external/clang/lib/Sema/
SemaCast.cpp 601 const RecordType *SrcRecord = SrcPointee->getAs<RecordType>();
602 if (SrcRecord) {
617 assert(SrcRecord && "Bad source pointee slipped through.");
628 if (DestRecord == SrcRecord) {
647 cast<CXXRecordDecl>(SrcRecord->getDecl()));
652 const RecordDecl *SrcDecl = SrcRecord->getDecl()->getDefinition();
659 cast<CXXRecordDecl>(SrcRecord->getDecl()));
    [all...]

Completed in 111 milliseconds