Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp61 QualType InterfaceTy{OID->getTypeForDecl(), 0}; in EmitValueForIvarAtOffset() local
63 CGF.CGM.getContext().getObjCObjectPointerType(InterfaceTy); in EmitValueForIvarAtOffset()
H A DCGObjC.cpp1967 const ObjCInterfaceType *InterfaceTy = in EmitObjCForCollectionStmt() local
1969 if (InterfaceTy) { in EmitObjCForCollectionStmt()
1972 assert(InterfaceTy->getDecl() && "No decl for ObjC interface type"); in EmitObjCForCollectionStmt()
1976 CGM.getObjCRuntime().GetClass(*this, InterfaceTy->getDecl()); in EmitObjCForCollectionStmt()
1986 EmitCheckTypeDescriptor(QualType(InterfaceTy, 0))}; in EmitObjCForCollectionStmt()