Searched refs:ItemsTy (Results 1 – 1 of 1) sorted by relevance
1843 QualType ItemsTy = getContext().getConstantArrayType( in EmitObjCForCollectionStmt() local1846 Address ItemsPtr = CreateMemTemp(ItemsTy, "items.ptr"); in EmitObjCForCollectionStmt()1874 Args.add(RValue::get(ItemsPtr, *this), getContext().getPointerType(ItemsTy)); in EmitObjCForCollectionStmt()