Home | History | Annotate | Download | only in yaml-bench

Lines Matching full:outs

72     outs() << indent(Indent);
75 outs() << "&" << Anchor << " ";
79 outs() << "!!str \"" << yaml::escape(Val) << "\"";
81 outs() << "!!seq [\n";
86 outs() << ",\n";
89 outs() << indent(Indent) << "]";
91 outs() << "!!map {\n";
95 outs() << indent(Indent) << "? ";
97 outs() << "\n";
98 outs() << indent(Indent) << ": ";
100 outs() << ",\n";
103 outs() << indent(Indent) << "}";
105 outs() << "*" << an->getName();
107 outs() << "!!null null";
114 outs() << "%YAML 1.2\n"
121 outs() << "\n...\n";
183 yaml::dumpTokens(Buf->getBuffer(), outs());