Searched refs:RecType (Results 1 – 4 of 4) sorted by relevance
56 RecTy *RecType = nullptr; member158 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()164 } else if (BitsRecTy *BI = dyn_cast<BitsRecTy>(Field.RecType)) { in searchableFieldType()183 "' has invalid type: " + Field.RecType->getAsString()); in searchableFieldType()228 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()274 if (isa<StringRecTy>(Field.RecType)) { in compareBy()355 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()372 (Index.Fields[0].Enum || isa<BitsRecTy>(Index.Fields[0].RecType))) { in emitLookupFunction()416 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()433 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()[all …]
1933 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local1934 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
472 # RecType; type of record like: 80000000h
1727 PreprocessorRecordTypes RecType; in ReadMacroRecord() local1729 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()1734 switch (RecType) { in ReadMacroRecord()1754 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()