Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1859 llvm::Type *ObjCIdType = ConvertType(getContext().getObjCIdType()); in EmitObjCForCollectionStmt() local
1861 Builder.CreateBitCast(Collection, ObjCIdType); in EmitObjCForCollectionStmt()
1911 Builder.CreateAlignedLoad(ObjCIdType, CurrentItemPtr, getPointerAlign()); in EmitObjCForCollectionStmt()