Home
last modified time | relevance | path

Searched defs:TaggedScalarTraits (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp172 template <> struct TaggedScalarTraits<ScalarDocNode> { struct
174 static void output(const ScalarDocNode &S, void *Ctxt, raw_ostream &OS, in output()
180 static StringRef input(StringRef Str, StringRef Tag, void *Ctxt, in input()
185 static QuotingType mustQuote(const ScalarDocNode &S, StringRef ScalarStr) { in mustQuote()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h215 template <typename T> struct TaggedScalarTraits { struct