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 667 PatternToMatch(Record *srcrecord, ListInit *preds,
671 : SrcRecord(srcrecord), Predicates(preds), SrcPattern(src), DstPattern(dst),
674 Record *SrcRecord; // Originating Record for the pattern.
682 Record *getSrcRecord() const { return SrcRecord; }
  /external/clang/lib/Sema/
SemaCast.cpp 611 const RecordType *SrcRecord = SrcPointee->getAs<RecordType>();
612 if (SrcRecord) {
630 assert(SrcRecord && "Bad source pointee slipped through.");
642 if (DestRecord == SrcRecord) {
663 cast<CXXRecordDecl>(SrcRecord->getDecl()));
668 const RecordDecl *SrcDecl = SrcRecord->getDecl()->getDefinition();
676 cast<CXXRecordDecl>(SrcRecord->getDecl()));
    [all...]

Completed in 1193 milliseconds