Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1951 llvm::Type *ObjCIdType = ConvertType(getContext().getObjCIdType()); in EmitObjCForCollectionStmt() local
1953 Builder.CreateBitCast(Collection, ObjCIdType); in EmitObjCForCollectionStmt()
2000 ObjCIdType, EnumStateItems, index, "currentitem.ptr"); in EmitObjCForCollectionStmt()
2002 Builder.CreateAlignedLoad(ObjCIdType, CurrentItemPtr, getPointerAlign()); in EmitObjCForCollectionStmt()