Searched refs:shouldDelayDiagnostics (Results 1 – 5 of 5) sorted by relevance
298 assert(shouldDelayDiagnostics() && "trying to delay without pool"); in add()
561 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics() function
1459 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
1761 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()5202 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
5961 if (DelayedDiagnostics.shouldDelayDiagnostics() && AD != AD_Partial) { in EmitAvailabilityWarning()