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

References

tools/clang/include/clang/Sema/Sema.h
  722   typedef DelayedDiagnosticsState ParsingDeclState;
  723   typedef DelayedDiagnosticsState ProcessingContextState;
  748     DelayedDiagnosticsState push(sema::DelayedDiagnosticPool &pool) {
  749       DelayedDiagnosticsState state;
  758     void popWithoutEmitting(DelayedDiagnosticsState state) {
  764     DelayedDiagnosticsState pushUndelayed() {
  765       DelayedDiagnosticsState state;
  772     void popUndelayed(DelayedDiagnosticsState state) {