Searched refs:DelayedDiagnostics (Results 1 – 15 of 15) 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()
325 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
806 class DelayedDiagnostics; variable810 friend class Sema::DelayedDiagnostics;817 class DelayedDiagnostics {823 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function866 } DelayedDiagnostics;881 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()898 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()4749 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()4756 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()4760 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
563 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()564 S.DelayedDiagnostics.add( in EmitAvailabilityWarning()
1453 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()1454 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
1977 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()1978 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()6649 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()6650 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
8431 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()8432 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()8433 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()8488 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
993 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
13700 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()13701 DelayedDiagnostics.add( in CheckParameter()
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()