Home
last modified time | relevance | path

Searched refs:MyCustomType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DYAMLIOTest.cpp1030 struct MyCustomType { struct
1036 MyCustomType f1; argument
1037 MyCustomType f2;
1055 struct ScalarTraits<MyCustomType> {
1056 static void output(const MyCustomType &value, void* ctxt, llvm::raw_ostream &out) { in output()
1059 static StringRef input(StringRef scalar, void* ctxt, MyCustomType &value) { in input()
/llvm-project-15.0.7/llvm/docs/
H A DYamlIO.rst458 struct ScalarTraits<MyCustomType> {
459 static void output(const MyCustomType &value, void*,
463 static StringRef input(StringRef scalar, void*, MyCustomType &value) {