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.h1067 class DelayedDiagnostics; variable
1071 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp679 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()
680 S.DelayedDiagnostics.add( in EmitAvailabilityWarning()
H A DSemaAccess.cpp1482 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
1496 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
H A DAnalysisBasedWarnings.cpp1688 using DelayedDiagnostics = SmallVector<PartialDiagnosticAt, 2>; typedef in __anon9476153b0d11::CalledOnceInterProceduralData
1689 llvm::DenseMap<const BlockDecl *, DelayedDiagnostics> DelayedBlockWarnings;
H A DSemaDeclAttr.cpp7452 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()
H A DSemaType.cpp1694 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()
H A DSema.cpp1165 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
H A DSemaDeclObjC.cpp5407 if (SemaRef.DelayedDiagnostics.shouldDelayDiagnostics()) in AdjustParameterTypeForObjCAutoRefCount()
5408 SemaRef.DelayedDiagnostics.add( in AdjustParameterTypeForObjCAutoRefCount()
H A DSemaDecl.cpp15081 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()
15082 DelayedDiagnostics.add( in CheckParameter()