Searched refs:objcObject (Results 1 – 1 of 1) sorted by relevance
762 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized() local764 if (isa<ObjCInterfaceType>(objcObject)) in isSpecialized()767 return objcObject->isSpecialized(); in isSpecialized()780 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs() local782 if (isa<ObjCInterfaceType>(objcObject)) in getTypeArgs()785 return objcObject->getTypeArgs(); in getTypeArgs()797 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType() local799 if (isa<ObjCInterfaceType>(objcObject)) in isKindOfType()802 return objcObject->isKindOfType(); in isKindOfType()