Lines Matching defs:InstanceBase
313 OpaqueValueExpr *InstanceBase;
324 RefExpr(refExpr), InstanceBase(nullptr), InstanceKey(nullptr),
343 OpaqueValueExpr *InstanceBase;
351 RefExpr(refExpr), InstanceBase(nullptr) {}
354 InstanceBase(nullptr) {
1018 if (S.getLangOpts().ObjCAutoRefCount && InstanceBase) {
1019 S.ObjC().checkRetainCycles(InstanceBase->getSourceExpr(), RHS);
1028 assert(InstanceBase == nullptr);
1032 InstanceBase = capture(RefExpr->getBaseExpr());
1039 return InstanceBase;
1304 QualType receiverType = InstanceBase->getType();
1312 assert(InstanceBase);
1316 InstanceBase, receiverType, GenericLoc, AtIndexGetterSelector,
1332 QualType receiverType = InstanceBase->getType();
1340 InstanceBase, receiverType, GenericLoc, AtIndexSetterSelector,
1370 InstanceBase = capture(RefExpr->getBaseExpr());
1376 return InstanceBase;
1399 S.ActOnMemberAccessExpr(S.getCurScope(), InstanceBase, SourceLocation(),
1428 S.ActOnMemberAccessExpr(S.getCurScope(), InstanceBase, SourceLocation(),