Searched refs:DelayedDiagnostics (Results 1 – 7 of 7) sorted by relevance
297 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
538 class DelayedDiagnostics; variable542 friend class Sema::DelayedDiagnostics;549 class DelayedDiagnostics {555 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function598 } DelayedDiagnostics;611 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()623 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()3522 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()3528 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()3531 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
1459 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()1460 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
5899 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()5900 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()5901 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()5949 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()5961 if (DelayedDiagnostics.shouldDelayDiagnostics() && AD != AD_Partial) { in EmitAvailabilityWarning()5962 DelayedDiagnostics.add(DelayedDiagnostic::makeAvailability( in EmitAvailabilityWarning()
661 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
1761 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()1762 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()5202 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()5203 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
10575 DelayedDiagnostics.add( in CheckParameter()