Searched refs:SerializableRootRepresentation (Results 1 – 1 of 1) sorted by relevance
178 struct SerializableRootRepresentation : public SerializableCtxRepresentation { struct184 std::vector<SerializableRootRepresentation> Contexts;225 LLVM_YAML_IS_SEQUENCE_VECTOR(SerializableRootRepresentation)235 template <> struct yaml::MappingTraits<SerializableRootRepresentation> {236 static void mapping(yaml::IO &IO, SerializableRootRepresentation &R) { in mapping()