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 635 PatternToMatch(Record *srcrecord, ListInit *preds,
639 : SrcRecord(srcrecord), Predicates(preds), SrcPattern(src), DstPattern(dst),
642 Record *SrcRecord; // Originating Record for the pattern.
650 Record *getSrcRecord() const { return SrcRecord; }
  /external/clang/lib/Sema/
SemaCast.cpp 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()));
    [all...]

Completed in 28 milliseconds