Searched refs:DelayedDiagnostics (Results 1 – 9 of 9) sorted by relevance
325 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
914 class DelayedDiagnostics; variable918 friend class Sema::DelayedDiagnostics;925 class DelayedDiagnostics {931 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function974 } DelayedDiagnostics;989 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()1006 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()4892 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()4899 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()4903 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
563 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()564 S.DelayedDiagnostics.add( in EmitAvailabilityWarning()
1467 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()1468 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
1669 using DelayedDiagnostics = SmallVector<PartialDiagnosticAt, 2>; typedef in __anondf82a8a60d11::CalledOnceInterProceduralData1670 llvm::DenseMap<const BlockDecl *, DelayedDiagnostics> DelayedBlockWarnings;
1978 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()1979 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()6688 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()6689 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
1022 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
8635 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()8636 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()8637 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()8692 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
13831 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()13832 DelayedDiagnostics.add( in CheckParameter()