Searched refs:shouldDelayDiagnostics (Results 1 – 11 of 11) sorted by relevance
298 assert(shouldDelayDiagnostics() && "trying to delay without pool"); in add()
593 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics() function
326 assert(shouldDelayDiagnostics() && "trying to delay without pool"); in add()
829 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics() function
563 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()
1453 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
1977 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()6649 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
13700 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()
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()