Searched refs:OIT (Results 1 – 3 of 3) sorted by relevance
708 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { in VisitType() local710 VisitObjCInterfaceDecl(OIT->getDecl()); in VisitType()713 if (const ObjCObjectType *OIT = T->getAs<ObjCObjectType>()) { in VisitType() local715 VisitType(OIT->getBaseType()); in VisitType()716 for (auto *Prot : OIT->getProtocols()) in VisitType()
1298 QualType getObjCObjectPointerType(QualType OIT) const;
2932 } else if (const ObjCObjectType *OIT = E->getType()->getAs<ObjCObjectType>()){ in EmitArraySubscriptExpr() local2934 CharUnits InterfaceSize = getContext().getTypeSizeInChars(OIT); in EmitArraySubscriptExpr()