Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDelayedDiagnostic.h325 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
H A DSema.h928 class DelayedDiagnostics; variable
932 friend class Sema::DelayedDiagnostics;
939 class DelayedDiagnostics {
945 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function
988 } DelayedDiagnostics;
1003 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()
1020 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()
5200 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()
5207 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()
5211 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAvailability.cpp563 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()
564 S.DelayedDiagnostics.add( in EmitAvailabilityWarning()
H A DSemaAccess.cpp1468 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
1469 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
H A DAnalysisBasedWarnings.cpp1660 using DelayedDiagnostics = SmallVector<PartialDiagnosticAt, 2>; typedef in __anondc78ae6b0d11::CalledOnceInterProceduralData
1661 llvm::DenseMap<const BlockDecl *, DelayedDiagnostics> DelayedBlockWarnings;
H A DSemaType.cpp2042 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()
2043 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()
6870 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
6871 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
H A DSema.cpp1106 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
H A DSemaDeclAttr.cpp9449 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
9450 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
9451 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()
9506 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
H A DSemaDecl.cpp14385 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()
14386 DelayedDiagnostics.add( in CheckParameter()