Home
last modified time | relevance | path

Searched refs:DocumentListTraits (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DYAMLTraits.h266 struct DocumentListTraits { struct
550 static bool const value = (sizeof(test<DocumentListTraits<T>>(nullptr))==1);
/llvm-project-15.0.7/llvm/docs/
H A DYamlIO.rst909 SequenceTraits but is named DocumentListTraits. For example:
914 struct DocumentListTraits<MyDocList> {
983 has a DocumentListTraits specialization, then Output walks through each element
1024 one file, you'll need to specialize DocumentListTraits on a list of your
/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DTextStub.cpp1079 struct DocumentListTraits<std::vector<const MachO::InterfaceFile *>> { struct
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp979 template <> struct DocumentListTraits<std::vector<FormatStyle>> { struct