Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLTraits.h267 struct DocumentListTraits { struct
526 static bool const value = (sizeof(test<DocumentListTraits<T>>(nullptr))==1);
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DYamlIO.rst881 SequenceTraits but is named DocumentListTraits. For example:
886 struct DocumentListTraits<MyDocList> {
955 has a DocumentListTraits specialization, then Output walks through each element
996 one file, you'll need to specialize DocumentListTraits on a list of your
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp1080 struct DocumentListTraits<std::vector<const MachO::InterfaceFile *>> { struct
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp774 template <> struct DocumentListTraits<std::vector<FormatStyle>> { struct