Searched refs:objcObject (Results 1 – 1 of 1) sorted by relevance
888 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized() local890 if (isa<ObjCInterfaceType>(objcObject)) in isSpecialized()893 return objcObject->isSpecialized(); in isSpecialized()906 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs() local908 if (isa<ObjCInterfaceType>(objcObject)) in getTypeArgs()911 return objcObject->getTypeArgs(); in getTypeArgs()923 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType() local925 if (isa<ObjCInterfaceType>(objcObject)) in isKindOfType()928 return objcObject->isKindOfType(); in isKindOfType()