Searched defs:BlockScalarTraits (Results 1 – 3 of 3) sorted by relevance
109 template <> struct BlockScalarTraits<StringBlockVal> { struct110 static void output(const StringBlockVal &S, void *Ctx, raw_ostream &OS) { in output()114 static StringRef input(StringRef Scalar, void *Ctx, StringBlockVal &S) { in input()
179 struct BlockScalarTraits { struct
174 template <> struct BlockScalarTraits<Module> { struct175 static void output(const Module &Mod, void *Ctxt, raw_ostream &OS) { in output()179 static StringRef input(StringRef Str, void *Ctxt, Module &Mod) { in input()