reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/Sema.h
  789         SavedContextState(S.DelayedDiagnostics.pushUndelayed()),
  801       S.DelayedDiagnostics.popUndelayed(SavedContextState);
 4328     return DelayedDiagnostics.push(pool);
 4334     return DelayedDiagnostics.pushUndelayed();
 4337     DelayedDiagnostics.popUndelayed(state);
tools/clang/lib/Sema/Sema.cpp
  951   assert(DelayedDiagnostics.getCurrentPool() == nullptr
tools/clang/lib/Sema/SemaAccess.cpp
 1453   if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
 1454     S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity));
tools/clang/lib/Sema/SemaDecl.cpp
13160         if (DelayedDiagnostics.shouldDelayDiagnostics())
13161           DelayedDiagnostics.add(
tools/clang/lib/Sema/SemaDeclAttr.cpp
 8042   assert(DelayedDiagnostics.getCurrentPool());
 8043   DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool();
 8044   DelayedDiagnostics.popWithoutEmitting(state);
 8099   DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool();
 8113   if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
 8114     S.DelayedDiagnostics.add(
tools/clang/lib/Sema/SemaType.cpp
 1899     if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
 1900       S.DelayedDiagnostics.add(
 6207     if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
 6208       S.DelayedDiagnostics.add(