Searched refs:InstanceBase (Results 1 – 1 of 1) sorted by relevance
300 OpaqueValueExpr *InstanceBase; member in __anonc2efa3550111::ObjCSubscriptOpBuilder312 InstanceBase(nullptr), InstanceKey(nullptr), in ObjCSubscriptOpBuilder()983 if (S.getLangOpts().ObjCAutoRefCount && InstanceBase) { in buildAssignmentOperation()984 S.checkRetainCycles(InstanceBase->getSourceExpr(), RHS); in buildAssignmentOperation()993 assert(InstanceBase == nullptr); in rebuildAndCaptureObject()997 InstanceBase = capture(RefExpr->getBaseExpr()); in rebuildAndCaptureObject()1001 ObjCSubscriptRefRebuilder(S, InstanceBase, in rebuildAndCaptureObject()1348 QualType receiverType = InstanceBase->getType(); in buildGet()1356 assert(InstanceBase); in buildGet()1359 msg = S.BuildInstanceMessageImplicit(InstanceBase, receiverType, in buildGet()[all …]