Lines Matching full:yaml
27 namespace yaml {
70 namespace yaml {
72 template <> struct MappingTraits<pdb::yaml::PdbObject> {
73 static void mapping(IO &IO, pdb::yaml::PdbObject &Obj);
76 template <> struct MappingTraits<pdb::yaml::MsfHeaders> {
77 static void mapping(IO &IO, pdb::yaml::MsfHeaders &Obj);
84 template <> struct MappingTraits<pdb::yaml::StreamBlockList> {
85 static void mapping(IO &IO, pdb::yaml::StreamBlockList &SB);
88 template <> struct MappingTraits<pdb::yaml::PdbInfoStream> {
89 static void mapping(IO &IO, pdb::yaml::PdbInfoStream &Obj);
92 template <> struct MappingTraits<pdb::yaml::PdbDbiStream> {
93 static void mapping(IO &IO, pdb::yaml::PdbDbiStream &Obj);
99 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::pdb::yaml::StreamBlockList)