Searched refs:BlockScalarTraits (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp109 template <> struct BlockScalarTraits<StringBlockVal> { struct in namespace:llvm::yaml
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h224 template <> struct BlockScalarTraits<MinidumpYAML::BlockStringRef> { struct in namespace:llvm::yaml
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h164 /// struct BlockScalarTraits<MyType> {
177 struct BlockScalarTraits { struct in namespace:llvm::yaml
360 // Test if BlockScalarTraits<T> is defined on type T.
375 (sizeof(test<BlockScalarTraits<T>>(nullptr, nullptr)) == 1);
1013 BlockScalarTraits<T>::output(Val, YamlIO.getContext(), Buffer);
1020 BlockScalarTraits<T>::input(Str, YamlIO.getContext(), Val);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h88 template <> struct BlockScalarTraits<BlockStringValue> { struct in namespace:llvm::yaml
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp175 template <> struct BlockScalarTraits<Module> { struct in namespace:llvm::yaml

Completed in 183 milliseconds