Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp68 if (auto recType = type->getAs<RecordType>()) { in addTypedData() local
69 addTypedData(recType->getDecl(), begin); in addTypedData()
H A DCGObjCMac.cpp3411 if (auto recType = type->getAs<RecordType>()) { in hasWeakMember() local
3412 for (auto field : recType->getDecl()->fields()) { in hasWeakMember()
5156 if (auto recType = fieldType->getAs<RecordType>()) { in visitField() local
5159 visitRecord(recType, fieldOffset); in visitField()
5164 CharUnits eltSize = CGM.getContext().getTypeSizeInChars(recType); in visitField()