Searched refs:OIT (Results 1 – 5 of 5) sorted by relevance
919 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { in VisitType() local921 VisitObjCInterfaceDecl(OIT->getDecl()); in VisitType()924 if (const ObjCObjectType *OIT = T->getAs<ObjCObjectType>()) { in VisitType() local926 VisitType(OIT->getBaseType()); in VisitType()927 for (auto *Prot : OIT->getProtocols()) in VisitType()
241 void VisitObjCInterfaceType(const ObjCInterfaceType *OIT);
1767 QualType getObjCObjectPointerType(QualType OIT) const;
813 void JSONNodeDumper::VisitObjCInterfaceType(const ObjCInterfaceType *OIT) { in VisitObjCInterfaceType() argument814 JOS.attribute("decl", createBareDeclRef(OIT->getDecl())); in VisitObjCInterfaceType()
4246 } else if (const ObjCObjectType *OIT = E->getType()->getAs<ObjCObjectType>()){ in EmitArraySubscriptExpr() local4253 CharUnits InterfaceSize = getContext().getTypeSizeInChars(OIT); in EmitArraySubscriptExpr()