Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp3646 if (const ObjCObjectPointerType *InterfacePointerType = in CheckObjCBridgeNSCast() local
3649 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeNSCast()
3711 if (const ObjCObjectPointerType *InterfacePointerType = in CheckObjCBridgeCFCast() local
3714 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeCFCast()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp4022 if (const ObjCObjectPointerType *InterfacePointerType = in CheckObjCBridgeNSCast() local
4025 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeNSCast()
4088 if (const ObjCObjectPointerType *InterfacePointerType = in CheckObjCBridgeCFCast() local
4091 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeCFCast()
/external/clang/lib/CodeGen/
DCGObjC.cpp201 const ObjCObjectPointerType *InterfacePointerType in EmitObjCCollectionLiteral() local
204 = InterfacePointerType->getObjectType()->getInterface(); in EmitObjCCollectionLiteral()
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp218 const ObjCObjectPointerType *InterfacePointerType in EmitObjCCollectionLiteral() local
221 = InterfacePointerType->getObjectType()->getInterface(); in EmitObjCCollectionLiteral()