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