Searched defs:DocumentListTraits (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 206 struct DocumentListTraits { struct
|
/external/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 174 struct DocumentListTraits { struct
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 265 struct DocumentListTraits { struct
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 265 struct DocumentListTraits { struct
|
/external/llvm-project/llvm/lib/TextAPI/MachO/ |
D | TextStub.cpp | 1082 struct DocumentListTraits<std::vector<const MachO::InterfaceFile *>> { struct 1083 static size_t size(IO &IO, std::vector<const MachO::InterfaceFile *> &Seq) { in size() 1087 element(IO &IO, std::vector<const InterfaceFile *> &Seq, size_t Index) { in element()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | TextStub.cpp | 1078 struct DocumentListTraits<std::vector<const MachO::InterfaceFile *>> { struct 1079 static size_t size(IO &IO, std::vector<const MachO::InterfaceFile *> &Seq) { in size() 1083 element(IO &IO, std::vector<const InterfaceFile *> &Seq, size_t Index) { in element()
|
/external/clang/lib/Format/ |
D | Format.cpp | 389 template <> struct DocumentListTraits<std::vector<FormatStyle>> { struct 390 static size_t size(IO &IO, std::vector<FormatStyle> &Seq) { in size() 393 static FormatStyle &element(IO &IO, std::vector<FormatStyle> &Seq, in element()
|
/external/llvm-project/lld/lib/ReaderWriter/YAML/ |
D | ReaderWriterYAML.cpp | 558 template <> struct DocumentListTraits<std::vector<const lld::File *> > { struct 559 static size_t size(IO &io, std::vector<const lld::File *> &seq) { in size() 562 static const lld::File *&element(IO &io, std::vector<const lld::File *> &seq, in element()
|
/external/llvm-project/clang/lib/Format/ |
D | Format.cpp | 686 template <> struct DocumentListTraits<std::vector<FormatStyle>> { struct 687 static size_t size(IO &IO, std::vector<FormatStyle> &Seq) { in size() 690 static FormatStyle &element(IO &IO, std::vector<FormatStyle> &Seq, in element()
|