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

References

include/llvm/BinaryFormat/MsgPackDocument.h
   85     return UInt;
  105     return UInt;
  160       return Lhs.UInt < Rhs.UInt;
  160       return Lhs.UInt < Rhs.UInt;
  291     N.UInt = V;
  298     N.UInt = V;
lib/BinaryFormat/MsgPackDocumentYAML.cpp
   53       OS << format("%#llx", (unsigned long long)UInt);
   55       OS << UInt;