Searched refs:recType (Results 1 – 2 of 2) sorted by relevance
64 if (auto recType = type->getAs<RecordType>()) { in addTypedData() local65 addTypedData(recType->getDecl(), begin); in addTypedData()
3209 if (auto recType = type->getAs<RecordType>()) { in hasWeakMember() local3210 for (auto field : recType->getDecl()->fields()) { in hasWeakMember()4792 if (auto recType = fieldType->getAs<RecordType>()) { in visitField() local4795 visitRecord(recType, fieldOffset); in visitField()4800 CharUnits eltSize = CGM.getContext().getTypeSizeInChars(recType); in visitField()