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