Searched refs:recType (Results 1 – 2 of 2) sorted by relevance
69 if (auto recType = type->getAs<RecordType>()) { in addTypedData() local70 addTypedData(recType->getDecl(), begin); in addTypedData()
3460 if (auto recType = type->getAs<RecordType>()) { in hasWeakMember() local3461 for (auto *field : recType->getDecl()->fields()) { in hasWeakMember()5373 if (auto recType = fieldType->getAs<RecordType>()) { in visitField() local5376 visitRecord(recType, fieldOffset); in visitField()5381 CharUnits eltSize = CGM.getContext().getTypeSizeInChars(recType); in visitField()