Searched refs:RecType (Results 1 – 4 of 4) sorted by relevance
54 RecTy *RecType = nullptr; member156 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()162 } else if (BitsRecTy *BI = dyn_cast<BitsRecTy>(Field.RecType)) { in searchableFieldType()181 "' has invalid type: " + Field.RecType->getAsString()); in searchableFieldType()226 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()272 if (isa<StringRecTy>(Field.RecType)) { in compareBy()353 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()370 (Index.Fields[0].Enum || isa<BitsRecTy>(Index.Fields[0].RecType))) { in emitLookupFunction()414 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()431 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()[all …]
2187 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local2188 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
1141 RecordRecTy *RecType = dyn_cast<RecordRecTy>(ExprType->getType()); in ParseOperation() local1142 if (RecType) { in ParseOperation()
1750 PreprocessorRecordTypes RecType; in ReadMacroRecord() local1752 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()1757 switch (RecType) { in ReadMacroRecord()1778 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()