Lines Matching refs:Output
19 using llvm::yaml::Output;
216 Output yout(ostr);
362 Output yout(ostr);
477 Output yout(ostr);
672 Output yout(ostr);
721 static void output(const MyCustomType &value, void* ctxt, llvm::raw_ostream &out) {
763 Output yout(ostr);
822 static void output(const MultilineStringType &value, void *ctxt,
853 Output yout(ostr);
884 Output yout(ostr);
909 Output yout(ostr);
934 static void output(const MyNumber &value, void *, llvm::raw_ostream &out) {
1009 Output yout(ostr);
1054 Output yout(ostr);
1158 Output yout(ostr);
1283 Output yout(ostr);
1365 Output yout(ostr);
1454 Output yout(ostr);
1566 Output yout(ostr);
2033 Output yout(ostr);
2105 static void output(const FlowSeq &value, void*, llvm::raw_ostream &out) {
2132 Output yout(ostr, nullptr, 15);
2155 // 25 will allow the second field to be output on the first line.
2156 Output yout(ostr, nullptr, 25);
2178 Output yout(ostr, nullptr, 0);