Searched refs:objc_object_type (Results 1 – 3 of 3) sorted by relevance
639 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { in CompleteAndFetchChildren() local641 objc_object_type->getInterface()) { in CompleteAndFetchChildren()678 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { in RequireCompleteType() local680 objc_object_type->getInterface()) in RequireCompleteType()
3762 if (auto objc_object_type = in IsPossibleDynamicType() local3765 if (objc_object_type->isObjCClass()) in IsPossibleDynamicType()
2190 } else if (const ObjCObjectType *objc_object_type = in AddTypeDecl() local2192 ObjCInterfaceDecl *interface_decl = objc_object_type->getInterface(); in AddTypeDecl()