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

References

tools/clang/lib/Sema/Sema.cpp
  951   assert(DelayedDiagnostics.getCurrentPool() == nullptr
tools/clang/lib/Sema/SemaDeclAttr.cpp
 8042   assert(DelayedDiagnostics.getCurrentPool());
 8043   DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool();
 8099   DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool();