Home
last modified time | relevance | path

Searched refs:DelayedDiagnostics (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h327 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
H A DSema.h1332 class DelayedDiagnostics; variable
1336 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp722 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()
723 S.DelayedDiagnostics.add( in EmitAvailabilityWarning()
H A DSemaAccess.cpp1481 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
1495 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
H A DAnalysisBasedWarnings.cpp1811 using DelayedDiagnostics = SmallVector<PartialDiagnosticAt, 2>; typedef in __anon9476153b0d11::CalledOnceInterProceduralData
1812 llvm::DenseMap<const BlockDecl *, DelayedDiagnostics> DelayedBlockWarnings;
H A DSemaDeclAttr.cpp8293 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()
H A DSemaType.cpp1718 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()
H A DSemaDeclObjC.cpp5410 if (SemaRef.DelayedDiagnostics.shouldDelayDiagnostics()) in AdjustParameterTypeForObjCAutoRefCount()
5411 SemaRef.DelayedDiagnostics.add( in AdjustParameterTypeForObjCAutoRefCount()
H A DSema.cpp1233 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
H A DSemaDecl.cpp15510 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()
15511 DelayedDiagnostics.add( in CheckParameter()