Searched refs:RecType (Results 1 – 5 of 5) sorted by relevance
57 RecTy *RecType = nullptr; member161 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()167 } else if (BitsRecTy *BI = dyn_cast<BitsRecTy>(Field.RecType)) { in searchableFieldType()181 } else if (isa<BitRecTy>(Field.RecType)) { in searchableFieldType()188 "' has invalid type: " + Field.RecType->getAsString()); in searchableFieldType()242 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()288 if (isa<StringRecTy>(Field.RecType)) { in compareBy()369 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()386 (Index.Fields[0].Enum || isa<BitsRecTy>(Index.Fields[0].RecType) || in emitLookupFunction()441 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()[all …]
2351 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local2352 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
472 # RecType; type of record like: 80000000h
1403 RecordRecTy *RecType = dyn_cast<RecordRecTy>(ExprType->getType()); in ParseOperation() local1404 if (RecType) { in ParseOperation()
1919 PreprocessorRecordTypes RecType; in ReadMacroRecord() local1921 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()1926 switch (RecType) { in ReadMacroRecord()1947 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()