Searched refs:objc_object_type (Results 1 – 3 of 3) sorted by relevance
161 } else if (const ObjCObjectType *objc_object_type = in AddTypeDecl() local163 ObjCInterfaceDecl *interface_decl = objc_object_type->getInterface(); in AddTypeDecl()
894 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { in CompleteAndFetchChildren() 896 objc_object_type->getInterface()) { in CompleteAndFetchChildren() 938 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { in RequireCompleteType() 940 objc_object_type->getInterface()) in RequireCompleteType() 895 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { CompleteAndFetchChildren() local 939 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { RequireCompleteType() local
3579 if (const auto *objc_object_type = in IsPossibleDynamicType() 3582 if (objc_object_type->isObjCClass()) in IsPossibleDynamicType() 3560 if (const auto *objc_object_type = IsPossibleDynamicType() local