Lines Matching defs:InstanceBase
311 OpaqueValueExpr *InstanceBase;
322 RefExpr(refExpr), InstanceBase(nullptr), InstanceKey(nullptr),
341 OpaqueValueExpr *InstanceBase;
349 RefExpr(refExpr), InstanceBase(nullptr) {}
352 InstanceBase(nullptr) {
1016 if (S.getLangOpts().ObjCAutoRefCount && InstanceBase) {
1017 S.ObjC().checkRetainCycles(InstanceBase->getSourceExpr(), RHS);
1026 assert(InstanceBase == nullptr);
1030 InstanceBase = capture(RefExpr->getBaseExpr());
1037 return InstanceBase;
1302 QualType receiverType = InstanceBase->getType();
1310 assert(InstanceBase);
1314 InstanceBase, receiverType, GenericLoc, AtIndexGetterSelector,
1330 QualType receiverType = InstanceBase->getType();
1338 InstanceBase, receiverType, GenericLoc, AtIndexSetterSelector,
1368 InstanceBase = capture(RefExpr->getBaseExpr());
1374 return InstanceBase;
1397 S.ActOnMemberAccessExpr(S.getCurScope(), InstanceBase, SourceLocation(),
1426 S.ActOnMemberAccessExpr(S.getCurScope(), InstanceBase, SourceLocation(),