Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp3276 auto propertiesArray = values.beginArray(ObjCTypes.PropertyTy); in EmitPropertyList() local
3278 auto property = propertiesArray.beginStruct(ObjCTypes.PropertyTy); in EmitPropertyList()
3281 property.finishAndAddTo(propertiesArray); in EmitPropertyList()
3283 propertiesArray.finishAndAddTo(values); in EmitPropertyList()