Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp1917 llvm::Type *ObjCIdType = ConvertType(getContext().getObjCIdType()); in EmitObjCForCollectionStmt() local
1919 Builder.CreateBitCast(Collection, ObjCIdType); in EmitObjCForCollectionStmt()
1966 ObjCIdType, EnumStateItems, index, "currentitem.ptr"); in EmitObjCForCollectionStmt()
1968 Builder.CreateAlignedLoad(ObjCIdType, CurrentItemPtr, getPointerAlign()); in EmitObjCForCollectionStmt()