Home
last modified time | relevance | path

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

/freebsd-14.2/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.h962 class DelayedDiagnostics; variable
966 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp602 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()
603 S.DelayedDiagnostics.add( in EmitAvailabilityWarning()
H A DSemaAccess.cpp1478 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
1479 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
H A DAnalysisBasedWarnings.cpp1688 using DelayedDiagnostics = SmallVector<PartialDiagnosticAt, 2>; typedef in __anon1607c2310d11::CalledOnceInterProceduralData
1689 llvm::DenseMap<const BlockDecl *, DelayedDiagnostics> DelayedBlockWarnings;
H A DSemaType.cpp2082 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()
H A DSema.cpp1111 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
H A DSemaDeclAttr.cpp10205 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()
H A DSemaDecl.cpp15283 if (DelayedDiagnostics.shouldDelayDiagnostics()) in AdjustParameterTypeForObjCAutoRefCount()
15284 DelayedDiagnostics.add(sema::DelayedDiagnostic::makeForbiddenType( in AdjustParameterTypeForObjCAutoRefCount()
15315 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()
15316 DelayedDiagnostics.add( in CheckParameter()