Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDelayedDiagnostic.h286 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
H A DSema.h496 class DelayedDiagnostics; variable
500 friend class Sema::DelayedDiagnostics;
507 class DelayedDiagnostics {
513 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function
556 } DelayedDiagnostics;
569 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()
581 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()
3335 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()
3341 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()
3344 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaAccess.cpp1454 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
1455 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
H A DSemaDeclAttr.cpp5133 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
5134 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
5135 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()
5183 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
5195 if (DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()
5196 DelayedDiagnostics.add(DelayedDiagnostic::makeAvailability( in EmitAvailabilityWarning()
H A DSemaType.cpp1300 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()
1301 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()
4144 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
4145 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
H A DSema.cpp622 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
H A DSemaDecl.cpp9996 DelayedDiagnostics.add( in CheckParameter()