Searched refs:shouldDelayDiagnostics (Results 1 – 7 of 7) sorted by relevance
328 assert(shouldDelayDiagnostics() && "trying to delay without pool"); in add()
1090 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics() function
679 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()
1482 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
1694 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()6707 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
5407 if (SemaRef.DelayedDiagnostics.shouldDelayDiagnostics()) in AdjustParameterTypeForObjCAutoRefCount()
15081 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()