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

References

tools/clang/include/clang/Sema/DelayedDiagnostic.h
  279       : Parent(Other.Parent), Diagnostics(std::move(Other.Diagnostics)) {
  284     Parent = Other.Parent;
  284     Parent = Other.Parent;
  296   const DelayedDiagnosticPool *getParent() const { return Parent; }
  300     return (Diagnostics.empty() && (!Parent || Parent->empty()));
  300     return (Diagnostics.empty() && (!Parent || Parent->empty()));