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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 3253       return llvm::Constant::getNullValue(ObjCTypes.PropertyListPtrTy);
 3289     return llvm::Constant::getNullValue(ObjCTypes.PropertyListPtrTy);
 3292     CGM.getDataLayout().getTypeAllocSize(ObjCTypes.PropertyTy);
 3296   values.addInt(ObjCTypes.IntTy, propertySize);
 3297   values.addInt(ObjCTypes.IntTy, Properties.size());
 3298   auto propertiesArray = values.beginArray(ObjCTypes.PropertyTy);
 3300     auto property = propertiesArray.beginStruct(ObjCTypes.PropertyTy);
 3314   return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.PropertyListPtrTy);