Searched refs:InstanceBase (Results 1 – 1 of 1) sorted by relevance
300 OpaqueValueExpr *InstanceBase; member in __anon83f8f2be0111::ObjCSubscriptOpBuilder312 InstanceBase(nullptr), InstanceKey(nullptr), in ObjCSubscriptOpBuilder()993 if (S.getLangOpts().ObjCAutoRefCount && InstanceBase) { in buildAssignmentOperation()994 S.checkRetainCycles(InstanceBase->getSourceExpr(), RHS); in buildAssignmentOperation()1003 assert(InstanceBase == nullptr); in rebuildAndCaptureObject()1007 InstanceBase = capture(RefExpr->getBaseExpr()); in rebuildAndCaptureObject()1011 ObjCSubscriptRefRebuilder(S, InstanceBase, in rebuildAndCaptureObject()1364 QualType receiverType = InstanceBase->getType(); in buildGet()1372 assert(InstanceBase); in buildGet()1375 msg = S.BuildInstanceMessageImplicit(InstanceBase, receiverType, in buildGet()[all …]