Home
last modified time | relevance | path

Searched defs:DocumentListTraits (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DYAMLTraits.h149 struct DocumentListTraits { struct
/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DFormat.cpp276 template <> struct DocumentListTraits<std::vector<FormatStyle> > { struct
277 static size_t size(IO &IO, std::vector<FormatStyle> &Seq) { in size()
280 static FormatStyle &element(IO &IO, std::vector<FormatStyle> &Seq, in element()