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 681 PatternToMatch(Record *srcrecord, ListInit *preds,
685 : 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/
SemaCast.cpp 648 const RecordType *SrcRecord = SrcPointee->getAs<RecordType>();
649 if (SrcRecord) {
667 assert(SrcRecord && "Bad source pointee slipped through.");
679 if (DestRecord == SrcRecord) {
699 const RecordDecl *SrcDecl = SrcRecord->getDecl()->getDefinition();
    [all...]

Completed in 75 milliseconds