Searched refs:objcObject (Results 1 – 1 of 1) sorted by relevance
652 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized() local654 if (isa<ObjCInterfaceType>(objcObject)) in isSpecialized()657 return objcObject->isSpecialized(); in isSpecialized()670 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs() local672 if (isa<ObjCInterfaceType>(objcObject)) in getTypeArgs()675 return objcObject->getTypeArgs(); in getTypeArgs()687 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType() local689 if (isa<ObjCInterfaceType>(objcObject)) in isKindOfType()692 return objcObject->isKindOfType(); in isKindOfType()