Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDelayedDiagnostic.h269 assert(shouldDelayDiagnostics() && "trying to delay without pool"); in add()
DSema.h389 bool shouldDelayDiagnostics() { return CurPool != 0; } in shouldDelayDiagnostics() function
/external/clang/lib/Sema/
DSemaAccess.cpp1412 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
DSemaType.cpp1099 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()
3596 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
DSemaDeclAttr.cpp4853 if (DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitDeprecationWarning()