Searched refs:objcObject (Results 1 – 1 of 1) sorted by relevance
784 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized() local786 if (isa<ObjCInterfaceType>(objcObject)) in isSpecialized()789 return objcObject->isSpecialized(); in isSpecialized()802 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs() local804 if (isa<ObjCInterfaceType>(objcObject)) in getTypeArgs()807 return objcObject->getTypeArgs(); in getTypeArgs()819 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType() local821 if (isa<ObjCInterfaceType>(objcObject)) in isKindOfType()824 return objcObject->isKindOfType(); in isKindOfType()