Lines Matching defs:isWeakAccess
6017 bool isAddressOf, bool &isWeakAccess) {
6025 isWeakAccess);
6034 return isInvalidICRSource(C, ce->getSubExpr(), isAddressOf, isWeakAccess);
6048 // set isWeakAccess to true, to mean that there will be an implicit
6051 isWeakAccess = true;
6063 isWeakAccess))
6066 return isInvalidICRSource(C, cond->getRHS(), isAddressOf, isWeakAccess);
6085 bool isWeakAccess = false;
6086 InvalidICRKind iik = isInvalidICRSource(S.Context, src, false, isWeakAccess);
6087 // If isWeakAccess to true, there will be an implicit
6089 if (S.getLangOpts().ObjCAutoRefCount && isWeakAccess)