Searched refs:OIT (Results 1 – 6 of 6) sorted by relevance
878 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { in VisitType() local880 VisitObjCInterfaceDecl(OIT->getDecl()); in VisitType()883 if (const ObjCObjectType *OIT = T->getAs<ObjCObjectType>()) { in VisitType() local885 VisitType(OIT->getBaseType()); in VisitType()886 for (auto *Prot : OIT->getProtocols()) in VisitType()
230 void VisitObjCInterfaceType(const ObjCInterfaceType *OIT);
1686 QualType getObjCObjectPointerType(QualType OIT) const;
736 void JSONNodeDumper::VisitObjCInterfaceType(const ObjCInterfaceType *OIT) { in VisitObjCInterfaceType() argument737 JOS.attribute("decl", createBareDeclRef(OIT->getDecl())); in VisitObjCInterfaceType()
3856 } else if (const ObjCObjectType *OIT = E->getType()->getAs<ObjCObjectType>()){ in EmitArraySubscriptExpr() local3863 CharUnits InterfaceSize = getContext().getTypeSizeInChars(OIT); in EmitArraySubscriptExpr()
1252 OIT:Oita, Japan