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

References

include/llvm/BinaryFormat/MsgPackDocument.h
  259       KindAndDocs[T] = {this, Type(T)};
  270     auto N = DocNode(&KindAndDocs[size_t(Type::Nil)]);
  276     auto N = DocNode(&KindAndDocs[size_t(Type::Int)]);
  283     auto N = DocNode(&KindAndDocs[size_t(Type::Int)]);
  290     auto N = DocNode(&KindAndDocs[size_t(Type::UInt)]);
  297     auto N = DocNode(&KindAndDocs[size_t(Type::UInt)]);
  304     auto N = DocNode(&KindAndDocs[size_t(Type::Boolean)]);
  311     auto N = DocNode(&KindAndDocs[size_t(Type::Float)]);
  321     auto N = DocNode(&KindAndDocs[size_t(Type::String)]);
  334     auto N = DocNode(&KindAndDocs[size_t(Type::Map)]);
  342     auto N = DocNode(&KindAndDocs[size_t(Type::Array)]);