Home
last modified time | relevance | path

Searched defs:SrcRecord (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1053 Record *SrcRecord; // Originating Record for the pattern. variable
1068 : SrcRecord(srcrecord), Predicates(preds), SrcPattern(src), in SrcRecord() function
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp824 const RecordType *SrcRecord = SrcPointee->getAs<RecordType>(); in CheckDynamicCast() local