Searched refs:InterfaceTy (Results 1 – 2 of 2) sorted by relevance
59 QualType InterfaceTy{OID->getTypeForDecl(), 0}; in EmitValueForIvarAtOffset() local61 CGF.CGM.getContext().getObjCObjectPointerType(InterfaceTy); in EmitValueForIvarAtOffset()
2012 const ObjCInterfaceType *InterfaceTy = in EmitObjCForCollectionStmt() local2014 if (InterfaceTy) { in EmitObjCForCollectionStmt()2019 assert(InterfaceTy->getDecl() && "No decl for ObjC interface type"); in EmitObjCForCollectionStmt()2023 CGM.getObjCRuntime().GetClass(*this, InterfaceTy->getDecl()); in EmitObjCForCollectionStmt()2033 EmitCheckTypeDescriptor(QualType(InterfaceTy, 0))}; in EmitObjCForCollectionStmt()