Searched refs:DocumentListTraits (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 175 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/ |
D | YamlIO.rst | 880 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/ |
D | Format.cpp | 365 template <> struct DocumentListTraits<std::vector<FormatStyle>> { struct
|