Searched refs:RecType (Results 1 – 3 of 3) sorted by relevance
56 RecTy *RecType = nullptr; member149 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()215 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()261 if (isa<StringRecTy>(Field.RecType)) { in compareBy()346 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()411 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()426 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()533 Field.RecType = RecordRecTy::get(Field.Enum->Class); in parseFieldType()607 if (!Field.RecType) { in collectTableEntries()608 Field.RecType = TI->getType(); in collectTableEntries()[all …]
1474 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local1475 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
1607 PreprocessorRecordTypes RecType = in ReadMacroRecord() local1609 switch (RecType) { in ReadMacroRecord()1629 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()5467 PreprocessorDetailRecordTypes RecType = in ReadPreprocessedEntity() local5470 switch (RecType) { in ReadPreprocessedEntity()