Searched refs:DelayedDiagnostics (Results 1 – 9 of 9) sorted by relevance
325 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
928 class DelayedDiagnostics; variable932 friend class Sema::DelayedDiagnostics;939 class DelayedDiagnostics {945 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function988 } DelayedDiagnostics;1003 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()1020 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()5200 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()5207 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()5211 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
563 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()564 S.DelayedDiagnostics.add( in EmitAvailabilityWarning()
1468 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()1469 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
1660 using DelayedDiagnostics = SmallVector<PartialDiagnosticAt, 2>; typedef in __anondc78ae6b0d11::CalledOnceInterProceduralData1661 llvm::DenseMap<const BlockDecl *, DelayedDiagnostics> DelayedBlockWarnings;
2042 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()2043 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()6870 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()6871 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
1106 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
9449 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()9450 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()9451 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()9506 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
14385 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()14386 DelayedDiagnostics.add( in CheckParameter()