Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDelayedDiagnostic.h286 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
DSema.h477 class DelayedDiagnostics; variable
481 friend class Sema::DelayedDiagnostics;
488 class DelayedDiagnostics {
494 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function
537 } DelayedDiagnostics;
550 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()
562 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()
3281 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()
3287 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()
3290 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.cpp5249 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
5250 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
5251 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()
5299 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
5311 if (DelayedDiagnostics.shouldDelayDiagnostics() && AD != AD_Partial) { in EmitAvailabilityWarning()
5312 DelayedDiagnostics.add(DelayedDiagnostic::makeAvailability( in EmitAvailabilityWarning()
DSemaType.cpp1326 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()
1327 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()
4190 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
4191 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
DSema.cpp628 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
DSemaDecl.cpp10104 DelayedDiagnostics.add( in CheckParameter()