Searched refs:DelayedDiagnostics (Results 1 – 10 of 10) sorted by relevance
327 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
1332 class DelayedDiagnostics; variable1336 friend class Sema::DelayedDiagnostics;1343 class DelayedDiagnostics {1349 DelayedDiagnostics() = default;1390 } DelayedDiagnostics;1393 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()3474 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()3491 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()6505 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()6509 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
722 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()723 S.DelayedDiagnostics.add( in EmitAvailabilityWarning()
1481 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()1495 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
1811 using DelayedDiagnostics = SmallVector<PartialDiagnosticAt, 2>; typedef in __anon9476153b0d11::CalledOnceInterProceduralData1812 llvm::DenseMap<const BlockDecl *, DelayedDiagnostics> DelayedBlockWarnings;
8293 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()8294 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()8295 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()8347 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
1718 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()1719 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()6734 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()6735 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
5410 if (SemaRef.DelayedDiagnostics.shouldDelayDiagnostics()) in AdjustParameterTypeForObjCAutoRefCount()5411 SemaRef.DelayedDiagnostics.add( in AdjustParameterTypeForObjCAutoRefCount()
1233 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
15510 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()15511 DelayedDiagnostics.add( in CheckParameter()