Searched refs:DelayedDiagnostics (Results 1 – 7 of 7) sorted by relevance
297 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
570 class DelayedDiagnostics; variable574 friend class Sema::DelayedDiagnostics;581 class DelayedDiagnostics {587 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function630 } DelayedDiagnostics;643 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()655 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()3606 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()3612 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()3615 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
1454 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()1455 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
6414 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()6415 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()6416 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()6464 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()6476 if (DelayedDiagnostics.shouldDelayDiagnostics() && AD != AD_Partial) { in EmitAvailabilityWarning()6477 DelayedDiagnostics.add(DelayedDiagnostic::makeAvailability( in EmitAvailabilityWarning()
652 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
1867 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()1868 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()5505 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()5506 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
10984 DelayedDiagnostics.add( in CheckParameter()