Searched refs:ObjCIdType (Results 1 – 1 of 1) sorted by relevance
1907 llvm::Type *ObjCIdType = ConvertType(getContext().getObjCIdType()); in EmitObjCForCollectionStmt() local1909 Builder.CreateBitCast(Collection, ObjCIdType); in EmitObjCForCollectionStmt()1956 ObjCIdType, EnumStateItems, index, "currentitem.ptr"); in EmitObjCForCollectionStmt()1958 Builder.CreateAlignedLoad(ObjCIdType, CurrentItemPtr, getPointerAlign()); in EmitObjCForCollectionStmt()