Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDelayedDiagnostic.h325 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
H A DSema.h914 class DelayedDiagnostics; variable
918 friend class Sema::DelayedDiagnostics;
925 class DelayedDiagnostics {
931 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function
974 } DelayedDiagnostics;
989 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()
1006 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()
4892 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()
4899 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()
4903 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp563 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()
564 S.DelayedDiagnostics.add( in EmitAvailabilityWarning()
H A DSemaAccess.cpp1467 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
1468 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
H A DAnalysisBasedWarnings.cpp1669 using DelayedDiagnostics = SmallVector<PartialDiagnosticAt, 2>; typedef in __anondf82a8a60d11::CalledOnceInterProceduralData
1670 llvm::DenseMap<const BlockDecl *, DelayedDiagnostics> DelayedBlockWarnings;
H A DSemaType.cpp1978 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()
1979 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()
6688 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
6689 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
H A DSema.cpp1022 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
H A DSemaDeclAttr.cpp8635 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
8636 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
8637 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()
8692 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
H A DSemaDecl.cpp13831 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()
13832 DelayedDiagnostics.add( in CheckParameter()