Searched refs:BlockScalarTraits (Results 1 – 7 of 7) sorted by relevance
178 struct BlockScalarTraits { struct376 (sizeof(test<BlockScalarTraits<T>>(nullptr, nullptr)) == 1);
108 template <> struct BlockScalarTraits<StringBlockVal> { struct
224 template <> struct BlockScalarTraits<MinidumpYAML::BlockStringRef> {
485 and specific C++ types by allowing you to specialize BlockScalarTraits<> on490 BlockScalarTraits specializations are very similar to the496 BlockScalarTraits is shown below:500 using llvm::yaml::BlockScalarTraits;508 struct BlockScalarTraits<MyStringType> {
88 template <> struct BlockScalarTraits<BlockStringValue> {
169 template <> struct BlockScalarTraits<Module> { struct
1156 struct BlockScalarTraits<MultilineStringType> { struct