Searched refs:DelayedDiagnostics (Results 1 – 9 of 9) sorted by relevance
325 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
962 class DelayedDiagnostics; variable966 friend class Sema::DelayedDiagnostics;973 class DelayedDiagnostics {979 DelayedDiagnostics() = default;1022 } DelayedDiagnostics;1045 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()1062 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()5455 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()5462 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()5466 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
602 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()603 S.DelayedDiagnostics.add( in EmitAvailabilityWarning()
1478 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()1479 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
1688 using DelayedDiagnostics = SmallVector<PartialDiagnosticAt, 2>; typedef in __anon1607c2310d11::CalledOnceInterProceduralData1689 llvm::DenseMap<const BlockDecl *, DelayedDiagnostics> DelayedBlockWarnings;
2082 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()2083 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()7124 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()7125 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
1111 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
10205 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()10206 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()10207 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()10262 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
15283 if (DelayedDiagnostics.shouldDelayDiagnostics()) in AdjustParameterTypeForObjCAutoRefCount()15284 DelayedDiagnostics.add(sema::DelayedDiagnostic::makeForbiddenType( in AdjustParameterTypeForObjCAutoRefCount()15315 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()15316 DelayedDiagnostics.add( in CheckParameter()