Lines Matching defs:isWeakAccess
6161 bool isAddressOf, bool &isWeakAccess) {
6169 isWeakAccess);
6178 return isInvalidICRSource(C, ce->getSubExpr(), isAddressOf, isWeakAccess);
6192 // set isWeakAccess to true, to mean that there will be an implicit
6195 isWeakAccess = true;
6207 isWeakAccess))
6210 return isInvalidICRSource(C, cond->getRHS(), isAddressOf, isWeakAccess);
6229 bool isWeakAccess = false;
6230 InvalidICRKind iik = isInvalidICRSource(S.Context, src, false, isWeakAccess);
6231 // If isWeakAccess to true, there will be an implicit
6233 if (S.getLangOpts().ObjCAutoRefCount && isWeakAccess)