Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp3131 auto refsArray = values.beginArray(ObjCTypes.ProtocolPtrTy); in EmitProtocolList() local
3133 refsArray.add(GetProtocolRef(*begin)); in EmitProtocolList()
3135 auto count = refsArray.size(); in EmitProtocolList()
3138 refsArray.addNullPointer(ObjCTypes.ProtocolPtrTy); in EmitProtocolList()
3140 refsArray.finishAndAddTo(values); in EmitProtocolList()