Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp3280 auto propertiesArray = values.beginArray(ObjCTypes.PropertyTy); in EmitPropertyList() local
3282 auto property = propertiesArray.beginStruct(ObjCTypes.PropertyTy); in EmitPropertyList()
3285 property.finishAndAddTo(propertiesArray); in EmitPropertyList()
3287 propertiesArray.finishAndAddTo(values); in EmitPropertyList()