Searched refs:objcObject (Results 1 – 1 of 1) sorted by relevance
759 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized() local761 if (isa<ObjCInterfaceType>(objcObject)) in isSpecialized()764 return objcObject->isSpecialized(); in isSpecialized()777 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs() local779 if (isa<ObjCInterfaceType>(objcObject)) in getTypeArgs()782 return objcObject->getTypeArgs(); in getTypeArgs()794 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType() local796 if (isa<ObjCInterfaceType>(objcObject)) in isKindOfType()799 return objcObject->isKindOfType(); in isKindOfType()