Searched refs:DelayedDiagnostics (Results 1 – 7 of 7) sorted by relevance
331 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
665 class DelayedDiagnostics; variable669 friend class Sema::DelayedDiagnostics;676 class DelayedDiagnostics {682 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function725 } DelayedDiagnostics;738 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()750 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()3985 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()3991 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()3994 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
1455 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()1456 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
7861 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()7862 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()7863 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()7918 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()7932 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()7933 S.DelayedDiagnostics.add( in EmitAvailabilityWarning()
1859 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()1860 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()6097 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()6098 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
866 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
12541 DelayedDiagnostics.add( in CheckParameter()