Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1799 QualType ItemsTy = getContext().getConstantArrayType( in EmitObjCForCollectionStmt() local
1802 Address ItemsPtr = CreateMemTemp(ItemsTy, "items.ptr"); in EmitObjCForCollectionStmt()
1830 Args.add(RValue::get(ItemsPtr, *this), getContext().getPointerType(ItemsTy)); in EmitObjCForCollectionStmt()