Searched refs:RecType (Results 1 – 5 of 5) sorted by relevance
55 RecTy *RecType = nullptr; member157 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()229 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()275 if (isa<StringRecTy>(Field.RecType)) { in compareBy()356 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()417 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()434 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()622 if (!Field.RecType) { in collectTableEntries()623 Field.RecType = TI->getType(); in collectTableEntries()632 Field.RecType = Ty; in collectTableEntries()[all …]
2314 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local2315 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
472 # RecType; type of record like: 80000000h
1397 RecordRecTy *RecType = dyn_cast<RecordRecTy>(ExprType->getType()); in ParseOperation() local1398 if (RecType) { in ParseOperation()
1880 PreprocessorRecordTypes RecType; in ReadMacroRecord() local1882 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()1887 switch (RecType) { in ReadMacroRecord()1908 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()