Searched refs:objcObject (Results 1 – 1 of 1) sorted by relevance
758 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized() local760 if (isa<ObjCInterfaceType>(objcObject)) in isSpecialized()763 return objcObject->isSpecialized(); in isSpecialized()776 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs() local778 if (isa<ObjCInterfaceType>(objcObject)) in getTypeArgs()781 return objcObject->getTypeArgs(); in getTypeArgs()793 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType() local795 if (isa<ObjCInterfaceType>(objcObject)) in isKindOfType()798 return objcObject->isKindOfType(); in isKindOfType()