Searched refs:RecType (Results 1 – 5 of 5) sorted by relevance
54 RecTy *RecType = nullptr; member156 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()226 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()272 if (isa<StringRecTy>(Field.RecType)) { in compareBy()353 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()414 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()431 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()619 if (!Field.RecType) { in collectTableEntries()620 Field.RecType = TI->getType(); in collectTableEntries()629 Field.RecType = Ty; in collectTableEntries()[all …]
141 template <typename RecType, typename... Rest>142 void writeFieldListImpl(RecType &&Record, Rest &&... Records) { in writeFieldListImpl()150 template <typename RecType, typename... Rest>151 void writeTypeRecordsImpl(RecType &&Record, Rest &&... Records) { in writeTypeRecordsImpl()159 template <typename RecType, typename... Rest>160 void writeSymbolRecordsImpl(RecType &&Record, Rest &&... Records) { in writeSymbolRecordsImpl()
2140 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local2141 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
1123 RecordRecTy *RecType = dyn_cast<RecordRecTy>(ExprType->getType()); in ParseOperation() local1124 if (RecType) { in ParseOperation()
1754 PreprocessorRecordTypes RecType; in ReadMacroRecord() local1756 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()1761 switch (RecType) { in ReadMacroRecord()1782 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()