Home
last modified time | relevance | path

Searched refs:shouldDelayDiagnostics (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
DDelayedDiagnostic.h298 assert(shouldDelayDiagnostics() && "trying to delay without pool"); in add()
DSema.h561 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics() function
/external/clang/lib/Sema/
DSemaAccess.cpp1459 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
DSemaType.cpp1761 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()
5202 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
DSemaDeclAttr.cpp5961 if (DelayedDiagnostics.shouldDelayDiagnostics() && AD != AD_Partial) { in EmitAvailabilityWarning()