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

Lines Matching refs:outs

91     outs() << indent(Indent);
94 outs() << "&" << Anchor << " ";
98 outs() << prettyTag(n) << " \"" << yaml::escape(Val) << "\"";
100 outs() << prettyTag(n) << " \"" << yaml::escape(BN->getValue()) << "\"";
102 outs() << prettyTag(n) << " [\n";
107 outs() << ",\n";
110 outs() << indent(Indent) << "]";
112 outs() << prettyTag(n) << " {\n";
116 outs() << indent(Indent) << "? ";
118 outs() << "\n";
119 outs() << indent(Indent) << ": ";
121 outs() << ",\n";
124 outs() << indent(Indent) << "}";
126 outs() << "*" << an->getName();
128 outs() << prettyTag(n) << " null";
135 outs() << "%YAML 1.2\n"
142 outs() << "\n...\n";
209 yaml::dumpTokens(Buf.getBuffer(), outs());