HomeSort by: relevance | last modified time | path
    Searched refs:DocumentListTraits (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
YAMLTraits.h 267 struct DocumentListTraits {
514 // Test if DocumentListTraits<T> is defined on type T
526 static bool const value = (sizeof(test<DocumentListTraits<T>>(nullptr))==1);
1733 yamlize(yin, DocumentListTraits<T>::element(yin, docList, i), true, Ctx);
1807 const size_t count = DocumentListTraits<T>::size(yout, docList);
1810 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true,
2044 struct DocumentListTraits<SmallVector<_type, N>> \
2047 struct DocumentListTraits<std::vector<_type>> \
  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
TextStub.cpp 1080 struct DocumentListTraits<std::vector<const MachO::InterfaceFile *>> {
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 774 template <> struct DocumentListTraits<std::vector<FormatStyle>> {
1440 // DocumentListTraits<vector<FormatStyle>> uses the context to get default

Completed in 19 milliseconds