Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DYAMLTraits.h149 struct DocumentListTraits { struct
324 static bool const value = (sizeof(test<DocumentListTraits<T> >(nullptr))==1);
1149 yamlize(yin, DocumentListTraits<T>::element(yin, docList, i), true);
1195 const size_t count = DocumentListTraits<T>::size(yout, docList);
1198 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true);
1294 struct DocumentListTraits< std::vector<_type> > { \
/external/llvm/docs/
DYamlIO.rst801 SequenceTraits but is named DocumentListTraits. For example:
806 struct DocumentListTraits<MyDocList> {
871 has a DocumentListTraits specialization, then Output walks through each element
912 one file, you'll need to specialize DocumentListTraits on a list of your
/external/clang/lib/Format/
DFormat.cpp274 template <> struct DocumentListTraits<std::vector<FormatStyle>> { struct