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

References

tools/clang/include/clang/Basic/PartialDiagnostic.h
  195       : DiagID(Other.DiagID), Allocator(Other.Allocator) {
  195       : DiagID(Other.DiagID), Allocator(Other.Allocator) {
  196     if (Other.DiagStorage) {
  198       *DiagStorage = *Other.DiagStorage;