Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp3237 auto propertiesArray = values.beginArray(ObjCTypes.PropertyTy); in EmitPropertyList() local
3239 auto property = propertiesArray.beginStruct(ObjCTypes.PropertyTy); in EmitPropertyList()
3242 property.finishAndAddTo(propertiesArray); in EmitPropertyList()
3244 propertiesArray.finishAndAddTo(values); in EmitPropertyList()