Searched refs:objType (Results 1 – 3 of 3) sorted by relevance
1343 if (auto *objType = splitType.Ty->getAs<ObjCObjectType>()) { in stripObjCKindOfType() local1344 if (!objType->isKindOfType()) in stripObjCKindOfType()1348 = objType->getBaseType().stripObjCKindOfType(ctx); in stripObjCKindOfType()1351 objType->getTypeArgsAsWritten(), in stripObjCKindOfType()1352 objType->getProtocols(), in stripObjCKindOfType()
6557 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType() local6561 if (!objType) { in checkObjCKindOfType()6572 objType->getBaseType(), objType->getTypeArgsAsWritten(), in checkObjCKindOfType()6573 objType->getProtocols(), in checkObjCKindOfType()6574 /*isKindOf=*/objType->isObjCUnqualifiedId() ? false : true); in checkObjCKindOfType()
1760 const ObjCObjectType *objType = type->castAs<ObjCObjectType>(); in LookupMethodInObjectType() local1761 if (ObjCInterfaceDecl *iface = objType->getInterface()) { in LookupMethodInObjectType()1773 for (const auto *I : objType->quals()) in LookupMethodInObjectType()