Home
last modified time | relevance | path

Searched refs:recType (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp64 if (auto recType = type->getAs<RecordType>()) { in addTypedData() local
65 addTypedData(recType->getDecl(), begin); in addTypedData()
DCGObjCMac.cpp3209 if (auto recType = type->getAs<RecordType>()) { in hasWeakMember() local
3210 for (auto field : recType->getDecl()->fields()) { in hasWeakMember()
4792 if (auto recType = fieldType->getAs<RecordType>()) { in visitField() local
4795 visitRecord(recType, fieldOffset); in visitField()
4800 CharUnits eltSize = CGM.getContext().getTypeSizeInChars(recType); in visitField()