Searched refs:DelayedDiagnostics (Results 1 – 10 of 10) sorted by relevance
327 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
1067 class DelayedDiagnostics; variable1071 friend class Sema::DelayedDiagnostics;1078 class DelayedDiagnostics {1084 DelayedDiagnostics() = default;1125 } DelayedDiagnostics;1128 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()3022 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()3039 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()6077 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()6081 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
679 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()680 S.DelayedDiagnostics.add( in EmitAvailabilityWarning()
1482 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()1496 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
1688 using DelayedDiagnostics = SmallVector<PartialDiagnosticAt, 2>; typedef in __anon9476153b0d11::CalledOnceInterProceduralData1689 llvm::DenseMap<const BlockDecl *, DelayedDiagnostics> DelayedBlockWarnings;
7452 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()7453 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()7454 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()7506 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
1694 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()1695 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()6707 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()6708 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
1165 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
5407 if (SemaRef.DelayedDiagnostics.shouldDelayDiagnostics()) in AdjustParameterTypeForObjCAutoRefCount()5408 SemaRef.DelayedDiagnostics.add( in AdjustParameterTypeForObjCAutoRefCount()
15081 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()15082 DelayedDiagnostics.add( in CheckParameter()