Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h325 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
H A DSema.h921 class DelayedDiagnostics; variable
925 friend class Sema::DelayedDiagnostics;
932 class DelayedDiagnostics {
938 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function
981 } DelayedDiagnostics;
996 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()
1013 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()
4932 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()
4939 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()
4943 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
/freebsd-13.1/contrib/llvm-project/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.cpp1669 using DelayedDiagnostics = SmallVector<PartialDiagnosticAt, 2>; typedef in __anon363ca66f0d11::CalledOnceInterProceduralData
1670 llvm::DenseMap<const BlockDecl *, DelayedDiagnostics> DelayedBlockWarnings;
H A DSemaType.cpp2002 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()
2003 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()
6721 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
6722 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
H A DSemaDeclAttr.cpp8765 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
8766 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
8767 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()
8822 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
H A DSema.cpp1080 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
H A DSemaDecl.cpp13887 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()
13888 DelayedDiagnostics.add( in CheckParameter()