Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGObjCRuntime.cpp60 QualType InterfaceTy{OID->getTypeForDecl(), 0}; in EmitValueForIvarAtOffset() local
62 CGF.CGM.getContext().getObjCObjectPointerType(InterfaceTy); in EmitValueForIvarAtOffset()
DCGObjC.cpp1917 const ObjCInterfaceType *InterfaceTy = in EmitObjCForCollectionStmt() local
1919 if (InterfaceTy) { in EmitObjCForCollectionStmt()
1922 assert(InterfaceTy->getDecl() && "No decl for ObjC interface type"); in EmitObjCForCollectionStmt()
1926 CGM.getObjCRuntime().GetClass(*this, InterfaceTy->getDecl()); in EmitObjCForCollectionStmt()
1936 EmitCheckTypeDescriptor(QualType(InterfaceTy, 0))}; in EmitObjCForCollectionStmt()