Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLTraits.h267 struct DocumentListTraits { struct
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp1080 struct DocumentListTraits<std::vector<const MachO::InterfaceFile *>> { struct
1081 static size_t size(IO &IO, std::vector<const MachO::InterfaceFile *> &Seq) { in size()
1085 element(IO &IO, std::vector<const InterfaceFile *> &Seq, size_t Index) { in element()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp774 template <> struct DocumentListTraits<std::vector<FormatStyle>> { struct
775 static size_t size(IO &IO, std::vector<FormatStyle> &Seq) { in size()
778 static FormatStyle &element(IO &IO, std::vector<FormatStyle> &Seq, in element()