Searched refs:OStreamKind (Results 1 – 3 of 3) sorted by relevance
55 enum class OStreamKind { enum61 OStreamKind Kind;121 OStreamKind K = OStreamKind::OK_OStream)136 OStreamKind get_kind() const { return Kind; } in get_kind()434 OStreamKind K = OStreamKind::OK_OStream)519 OStreamKind K = OStreamKind::OK_OStream);
625 OStreamKind K) in raw_fd_ostream()926 true, false, OStreamKind::OK_FDStream) { in raw_fd_stream()945 return OS->get_kind() == OStreamKind::OK_FDStream; in classof()
275 if (OutputFile->get_kind() == raw_ostream::OStreamKind::OK_FDStream) { in EndOfMainFile()