Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DYAMLTraits.h175 struct DocumentListTraits { struct
357 static bool const value = (sizeof(test<DocumentListTraits<T> >(nullptr))==1);
1215 yamlize(yin, DocumentListTraits<T>::element(yin, docList, i), true);
1270 const size_t count = DocumentListTraits<T>::size(yout, docList);
1273 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true);
1381 struct DocumentListTraits< std::vector<_type> > { \
/external/llvm/docs/
DYamlIO.rst880 SequenceTraits but is named DocumentListTraits. For example:
885 struct DocumentListTraits<MyDocList> {
954 has a DocumentListTraits specialization, then Output walks through each element
995 one file, you'll need to specialize DocumentListTraits on a list of your
/external/clang/lib/Format/
DFormat.cpp365 template <> struct DocumentListTraits<std::vector<FormatStyle>> { struct