Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DYAMLTraits.h267 struct DocumentListTraits { struct
/openbsd/gnu/llvm/llvm/lib/TextAPI/
H A DTextStub.cpp1079 struct DocumentListTraits<std::vector<const MachO::InterfaceFile *>> { struct
1080 static size_t size(IO &IO, std::vector<const MachO::InterfaceFile *> &Seq) { in size()
1084 element(IO &IO, std::vector<const InterfaceFile *> &Seq, size_t Index) { in element()
/openbsd/gnu/llvm/clang/lib/Format/
H A DFormat.cpp1101 template <> struct DocumentListTraits<std::vector<FormatStyle>> { struct
1102 static size_t size(IO &IO, std::vector<FormatStyle> &Seq) { in size()
1105 static FormatStyle &element(IO &IO, std::vector<FormatStyle> &Seq, in element()