Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h267 struct DocumentListTraits { global() struct
/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp1045 struct DocumentListTraits<std::vector<const MachO::InterfaceFile *>> { struct
1046 static size_t size(IO &IO, std::vector<const MachO::InterfaceFile *> &Seq) { in size()
1050 element(IO &IO, std::vector<const InterfaceFile *> &Seq, size_t Index) { in element()
/llvm-project/clang/lib/Format/
H A DFormat.cpp1215 template <> struct DocumentListTraits<std::vector<FormatStyle>> { global() struct
1216 sizellvm::yaml::DocumentListTraits size() argument
1219 elementllvm::yaml::DocumentListTraits element() argument