Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp3345 auto propertiesArray = values.beginArray(ObjCTypes.PropertyTy); in EmitPropertyList() local
3347 auto property = propertiesArray.beginStruct(ObjCTypes.PropertyTy); in EmitPropertyList()
3350 property.finishAndAddTo(propertiesArray); in EmitPropertyList()
3352 propertiesArray.finishAndAddTo(values); in EmitPropertyList()