Home
last modified time | relevance | path

Searched refs:DelayedDiagnostics (Results 1 – 15 of 15) 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/llvm-project/clang/include/clang/Sema/
DDelayedDiagnostic.h325 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { in add()
DSema.h806 class DelayedDiagnostics; variable
810 friend class Sema::DelayedDiagnostics;
817 class DelayedDiagnostics {
823 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics() function
866 } DelayedDiagnostics;
881 SavedContextState(S.DelayedDiagnostics.pushUndelayed()), in S()
898 S.DelayedDiagnostics.popUndelayed(SavedContextState); in pop()
4749 return DelayedDiagnostics.push(pool); in PushParsingDeclaration()
4756 return DelayedDiagnostics.pushUndelayed(); in PushParsingClass()
4760 DelayedDiagnostics.popUndelayed(state); in PopParsingClass()
/external/llvm-project/clang/lib/Sema/
DSemaAvailability.cpp563 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in EmitAvailabilityWarning()
564 S.DelayedDiagnostics.add( in EmitAvailabilityWarning()
DSemaAccess.cpp1453 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in CheckAccess()
1454 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess()
DSemaType.cpp1977 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in inferARCLifetimeForPointee()
1978 S.DelayedDiagnostics.add( in inferARCLifetimeForPointee()
6649 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) { in handleObjCOwnershipTypeAttr()
6650 S.DelayedDiagnostics.add( in handleObjCOwnershipTypeAttr()
DSemaDeclAttr.cpp8431 assert(DelayedDiagnostics.getCurrentPool()); in PopParsingDeclaration()
8432 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
8433 DelayedDiagnostics.popWithoutEmitting(state); in PopParsingDeclaration()
8488 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()
DSema.cpp993 assert(DelayedDiagnostics.getCurrentPool() == nullptr in ActOnEndOfTranslationUnit()
DSemaDecl.cpp13700 if (DelayedDiagnostics.shouldDelayDiagnostics()) in CheckParameter()
13701 DelayedDiagnostics.add( in CheckParameter()
/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()