Searched defs:DocumentListTraits (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Format/
H A DFormat.cpp389 template <> struct DocumentListTraits<std::vector<FormatStyle>> { struct in namespace:llvm::yaml
744 // DocumentListTraits<vector<FormatStyle>> uses the context to get default
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h174 struct DocumentListTraits { struct in namespace:llvm::yaml
343 // Test if DocumentListTraits<T> is defined on type T
356 static bool const value = (sizeof(test<DocumentListTraits<T> >(nullptr))==1);
1245 yamlize(yin, DocumentListTraits<T>::element(yin, docList, i), true);
1300 const size_t count = DocumentListTraits<T>::size(yout, docList);
1303 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true);
1411 struct DocumentListTraits< std::vector<_type> > { \
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLTraits.h206 struct DocumentListTraits { struct in namespace:llvm::yaml
395 // Test if DocumentListTraits<T> is defined on type T
408 static bool const value = (sizeof(test<DocumentListTraits<T>>(nullptr))==1);
1344 yamlize(yin, DocumentListTraits<T>::element(yin, docList, i), true, Ctx);
1403 const size_t count = DocumentListTraits<T>::size(yout, docList);
1406 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true,
1525 struct DocumentListTraits<SmallVector<_type, N>> \
1528 struct DocumentListTraits<std::vector<_type>> \

Completed in 171 milliseconds