Home | History | Annotate | Download | only in Support

Lines Matching defs:Stream

125 ///        // stream out custom formatting
157 /// // stream out custom formatting
1002 llvm::raw_ostream &Stream) {
1003 ScalarTraits<value_type>::output(static_cast<value_type>(E), Ctx, Stream);
1236 std::unique_ptr<llvm::yaml::Stream> Strm;
1388 // Define non-member operator>> so that Input can stream in a document list.
1405 // Define non-member operator>> so that Input can stream in a map as a document.
1416 // Define non-member operator>> so that Input can stream in a sequence as
1428 // Define non-member operator>> so that Input can stream in a block scalar.
1439 // Define non-member operator>> so that Input can stream in a string map.
1459 // Define non-member operator<< so that Output can stream out document list.
1478 // Define non-member operator<< so that Output can stream out a map.
1493 // Define non-member operator<< so that Output can stream out a sequence.
1508 // Define non-member operator<< so that Output can stream out a block scalar.
1523 // Define non-member operator<< so that Output can stream out a string map.