Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp4025 if (const ObjCObjectPointerType *InterfacePointerType = in CheckObjCBridgeNSCast() local
4028 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeNSCast()
4089 if (const ObjCObjectPointerType *InterfacePointerType = in CheckObjCBridgeCFCast() local
4092 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeCFCast()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp220 const ObjCObjectPointerType *InterfacePointerType in EmitObjCCollectionLiteral() local
223 = InterfacePointerType->getObjectType()->getInterface(); in EmitObjCCollectionLiteral()