Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDelayedDiagnostic.h298 assert(shouldDelayDiagnostics() && "trying to delay without pool"); in add()
DSema.h593 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics() function
/external/llvm-project/clang/include/clang/Sema/
DDelayedDiagnostic.h326 assert(shouldDelayDiagnostics() && "trying to delay without pool"); in add()
DSema.h829 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics() function
/external/llvm-project/clang/lib/Sema/
DSemaAvailability.cpp563 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()
DSemaAccess.cpp1453 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
DSemaType.cpp1977 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()
6649 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
DSemaDecl.cpp13700 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()
/external/clang/lib/Sema/
DSemaAccess.cpp1454 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
DSemaType.cpp1867 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()
5505 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
DSemaDeclAttr.cpp6476 if (DelayedDiagnostics.shouldDelayDiagnostics() && AD != AD_Partial) { in EmitAvailabilityWarning()