Searched refs:DelayedDiagnostics (Results 1 – 7 of 7) sorted by relevance
286 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
477 class DelayedDiagnostics; variable481 friend class Sema::DelayedDiagnostics;488 class DelayedDiagnostics {494 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function537 } DelayedDiagnostics;550 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()562 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()3281 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()3287 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()3290 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
1454 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()1455 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
5249 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()5250 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()5251 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()5299 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()5311 if (DelayedDiagnostics.shouldDelayDiagnostics() && AD != AD_Partial) { in EmitAvailabilityWarning()5312 DelayedDiagnostics.add(DelayedDiagnostic::makeAvailability( in EmitAvailabilityWarning()
1326 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()1327 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()4190 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()4191 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
628 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
10104 DelayedDiagnostics.add( in CheckParameter()