Searched refs:YIn (Results 1 – 1 of 1) sorted by relevance
43 static int convertYAML(yaml::Input &YIn, raw_ostream &Out) { in convertYAML() argument48 YIn >> Doc; in convertYAML()49 if (YIn.error()) { in convertYAML()63 } while (YIn.nextDocument()); in convertYAML()92 yaml::Input YIn(Buf.get()->getBuffer()); in main() local94 int Res = convertYAML(YIn, Out->os()); in main()