Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDelayedDiagnostic.h297 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
DSema.h538 class DelayedDiagnostics; variable
542 friend class Sema::DelayedDiagnostics;
549 class DelayedDiagnostics {
555 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function
598 } DelayedDiagnostics;
611 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()
623 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()
3522 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()
3528 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()
3531 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
/external/clang/lib/Sema/
DSemaAccess.cpp1459 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
1460 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
DSemaDeclAttr.cpp5899 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
5900 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
5901 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()
5949 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
5961 if (DelayedDiagnostics.shouldDelayDiagnostics() && AD != AD_Partial) { in EmitAvailabilityWarning()
5962 DelayedDiagnostics.add(DelayedDiagnostic::makeAvailability( in EmitAvailabilityWarning()
DSema.cpp661 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
DSemaType.cpp1761 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()
1762 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()
5202 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
5203 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
DSemaDecl.cpp10575 DelayedDiagnostics.add( in CheckParameter()