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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 3292     CGM.getDataLayout().getTypeAllocSize(ObjCTypes.PropertyTy);
 3298   auto propertiesArray = values.beginArray(ObjCTypes.PropertyTy);
 3300     auto property = propertiesArray.beginStruct(ObjCTypes.PropertyTy);
 5671   PropertyTy = llvm::StructType::create("struct._prop_t", Int8PtrTy, Int8PtrTy);
 5679       "struct._prop_list_t", IntTy, IntTy, llvm::ArrayType::get(PropertyTy, 0));