reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 5209   if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) {
 5211     fieldType = arrayType->getElementType();
 5214   while (auto arrayType = CGM.getContext().getAsConstantArrayType(fieldType)) {
 5216     fieldType = arrayType->getElementType();
 5219   assert(!fieldType->isArrayType() && "ivar of non-constant array type?");
 5226   if (auto recType = fieldType->getAs<RecordType>()) {
 5250   Qualifiers::GC GCAttr = GetGCAttrTypeForType(CGM.getContext(), fieldType);
 5255     assert(CGM.getContext().getTypeSizeInChars(fieldType)