Searched refs:DelayedDiagnostics (Results 1 – 9 of 9) sorted by relevance
325 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
929 class DelayedDiagnostics; variable933 friend class Sema::DelayedDiagnostics;940 class DelayedDiagnostics {946 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function989 } DelayedDiagnostics;1004 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()1021 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()5329 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()5336 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()5340 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
567 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()568 S.DelayedDiagnostics.add( in EmitAvailabilityWarning()
1468 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()1469 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
1664 using DelayedDiagnostics = SmallVector<PartialDiagnosticAt, 2>; typedef in __anon27fad7f20d11::CalledOnceInterProceduralData1665 llvm::DenseMap<const BlockDecl *, DelayedDiagnostics> DelayedBlockWarnings;
2064 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()2065 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()6965 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()6966 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
1108 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
9704 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()9705 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()9706 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()9761 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
14775 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()14776 DelayedDiagnostics.add( in CheckParameter()