Searched refs:RecType (Results 1 – 5 of 5) sorted by relevance
69 const RecTy *RecType = nullptr; member172 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()179 if (const auto *BI = dyn_cast<BitsRecTy>(Field.RecType)) { in searchableFieldType()194 if (isa<BitRecTy>(Field.RecType)) in searchableFieldType()201 "' has invalid type: " + Field.RecType->getAsString()); in searchableFieldType()241 assert(isa<BitsRecTy>(Field.RecType) && "unexpected field type"); in getNumericKey()276 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()313 if (isa<StringRecTy>(Field.RecType)) { in compareBy()397 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()414 (Index.Fields[0].Enum || isa<BitsRecTy>(Index.Fields[0].RecType) || in emitLookupFunction()[all …]
472 # RecType; type of record like: 80000000h
2621 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local2622 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
1427 const auto *RecType = dyn_cast<RecordRecTy>(ExprType->getType()); in ParseOperation() local1428 if (RecType) { in ParseOperation()
2097 PreprocessorRecordTypes RecType; in ReadMacroRecord() local2099 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()2104 switch (RecType) { in ReadMacroRecord()2125 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()