Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDelayedDiagnostic.h331 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
H A DSema.h665 class DelayedDiagnostics; variable
669 friend class Sema::DelayedDiagnostics;
676 class DelayedDiagnostics {
682 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function
725 } DelayedDiagnostics;
738 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()
750 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()
3985 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()
3991 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()
3994 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp1455 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
1456 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
H A DSemaDeclAttr.cpp7861 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
7862 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
7863 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()
7918 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
7932 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()
7933 S.DelayedDiagnostics.add( in EmitAvailabilityWarning()
H A DSemaType.cpp1859 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()
1860 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()
6097 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
6098 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
H A DSema.cpp866 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
H A DSemaDecl.cpp12541 DelayedDiagnostics.add( in CheckParameter()