HomeSort by: relevance | last modified time | path
    Searched refs:SrcRecord (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.h 1053 Record *SrcRecord; // Originating Record for the pattern.
1064 PatternToMatch(Record *srcrecord, ListInit *preds, TreePatternNodePtr src,
1068 : SrcRecord(srcrecord), Predicates(preds), SrcPattern(src),
1073 Record *getSrcRecord() const { return SrcRecord; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 824 const RecordType *SrcRecord = SrcPointee->getAs<RecordType>();
825 if (SrcRecord) {
843 assert(SrcRecord && "Bad source pointee slipped through.");
855 if (DestRecord == SrcRecord) {
876 const RecordDecl *SrcDecl = SrcRecord->getDecl()->getDefinition();

Completed in 60 milliseconds