Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h328 assert(shouldDelayDiagnostics() && "trying to delay without pool"); in add()
H A DSema.h1090 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp679 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()
H A DSemaAccess.cpp1482 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
H A DSemaType.cpp1694 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()
6707 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
H A DSemaDeclObjC.cpp5407 if (SemaRef.DelayedDiagnostics.shouldDelayDiagnostics()) in AdjustParameterTypeForObjCAutoRefCount()
H A DSemaDecl.cpp15081 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()