Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDelayedDiagnostic.h325 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
H A DSema.h929 class DelayedDiagnostics; variable
933 friend class Sema::DelayedDiagnostics;
940 class DelayedDiagnostics {
946 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function
989 } DelayedDiagnostics;
1004 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()
1021 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()
5329 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()
5336 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()
5340 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAvailability.cpp567 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()
568 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.cpp1664 using DelayedDiagnostics = SmallVector<PartialDiagnosticAt, 2>; typedef in __anon27fad7f20d11::CalledOnceInterProceduralData
1665 llvm::DenseMap<const BlockDecl *, DelayedDiagnostics> DelayedBlockWarnings;
H A DSemaType.cpp2064 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()
2065 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()
6965 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
6966 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
H A DSema.cpp1108 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
H A DSemaDeclAttr.cpp9704 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
9705 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
9706 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()
9761 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
H A DSemaDecl.cpp14775 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()
14776 DelayedDiagnostics.add( in CheckParameter()