Searched refs:DelayedDiagnostics (Results 1 – 7 of 7) sorted by relevance
286 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
496 class DelayedDiagnostics; variable500 friend class Sema::DelayedDiagnostics;507 class DelayedDiagnostics {513 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function556 } DelayedDiagnostics;569 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()581 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()3335 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()3341 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()3344 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
1454 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()1455 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
5133 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()5134 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()5135 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()5183 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()5195 if (DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()5196 DelayedDiagnostics.add(DelayedDiagnostic::makeAvailability( in EmitAvailabilityWarning()
1300 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()1301 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()4144 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()4145 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
622 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
9996 DelayedDiagnostics.add( in CheckParameter()