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.h570 class DelayedDiagnostics; variable
574 friend class Sema::DelayedDiagnostics;
581 class DelayedDiagnostics {
587 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function
630 } DelayedDiagnostics;
643 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()
655 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()
3606 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()
3612 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()
3615 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
/external/clang/lib/Sema/
DSemaAccess.cpp1454 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
1455 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
DSemaDeclAttr.cpp6414 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
6415 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
6416 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()
6464 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
6476 if (DelayedDiagnostics.shouldDelayDiagnostics() && AD != AD_Partial) { in EmitAvailabilityWarning()
6477 DelayedDiagnostics.add(DelayedDiagnostic::makeAvailability( in EmitAvailabilityWarning()
DSema.cpp652 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
DSemaType.cpp1867 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()
1868 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()
5505 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
5506 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
DSemaDecl.cpp10984 DelayedDiagnostics.add( in CheckParameter()