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

References

tools/clang/include/clang/Sema/DelayedDiagnostic.h
  332   CurPool->add(diag);
tools/clang/include/clang/Sema/Sema.h
  739     bool shouldDelayDiagnostics() { return CurPool != nullptr; }
  743       return CurPool;
  750       state.SavedPool = CurPool;
  751       CurPool = &pool;
  759       CurPool = state.SavedPool;
  766       state.SavedPool = CurPool;
  767       CurPool = nullptr;
  773       assert(CurPool == nullptr);
  774       CurPool = state.SavedPool;