Searched refs:RecType (Results 1 – 6 of 6) sorted by relevance
59 const RecTy *RecType = nullptr;160 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType() 166 } else if (const BitsRecTy *BI = dyn_cast<BitsRecTy>(Field.RecType)) { in searchableFieldType() 180 } else if (isa<BitRecTy>(Field.RecType)) { in searchableFieldType() 187 "' has invalid type: " + Field.RecType->getAsString()); in searchableFieldType() 227 assert(isa<BitsRecTy>(Field.RecType) && "unexpected field type"); in getNumericKey() 240 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy() 286 if (isa<StringRecTy>(Field.RecType)) { in compareBy() 368 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction() 57 RecTy *RecType = nullptr; global() member [all...]
64 const auto *RecType = Base.getType()->getAs<RecordType>(); in analyzeBase() local65 if (!RecType) in analyzeBase()68 const auto *BaseClass = cast<CXXRecordDecl>(RecType->getDecl()); in analyzeBase()
141 template <typename RecType, typename... Rest>142 void writeFieldListImpl(RecType &&Record, Rest &&... Records) { in writeFieldListImpl()150 template <typename RecType, typename... Rest>151 void writeTypeRecordsImpl(RecType &&Record, Rest &&... Records) { in writeTypeRecordsImpl()159 template <typename RecType, typename... Rest>160 void writeSymbolRecordsImpl(RecType &&Record, Rest &&... Records) { in writeSymbolRecordsImpl()
2369 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in getApplicableDiagnostic() 2370 const RecordDecl *RecDecl = RecType->getDecl(); in getApplicableDiagnostic() 2351 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { findUntaggedStructOrUnionIndex() local
1436 const auto *RecType = dyn_cast<RecordRecTy>(ExprType->getType()); in ParseOperation() 1437 if (RecType) { in ParseOperation() 1403 RecordRecTy *RecType = dyn_cast<RecordRecTy>(ExprType->getType()); ParseOperation() local
2099 PreprocessorRecordTypes RecType; in ReadData() 2101 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadData() 2106 switch (RecType) { in ReadData() 2127 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadData() 1919 PreprocessorRecordTypes RecType; ReadMacroRecord() local