Home
last modified time | relevance | path

Searched refs:OStreamKind (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h55 enum class OStreamKind { enum
62 OStreamKind Kind;
134 OStreamKind K = OStreamKind::OK_OStream)
149 OStreamKind get_kind() const { return Kind; } in get_kind()
440 OStreamKind K = OStreamKind::OK_OStream)
529 OStreamKind K = OStreamKind::OK_OStream);
708 : raw_pwrite_stream(false, raw_ostream::OStreamKind::OK_SVecStream), in raw_svector_ostream()
/src/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp620 OStreamKind K) in raw_fd_ostream()
929 true, false, OStreamKind::OK_FDStream) { in raw_fd_stream()
938 : raw_fd_ostream(fd, shouldClose, false, OStreamKind::OK_FDStream) {} in raw_fd_stream()
951 return OS->get_kind() == OStreamKind::OK_FDStream; in classof()
978 return OS->get_kind() == OStreamKind::OK_SVecStream; in classof()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp280 if (OutputFile->get_kind() == raw_ostream::OStreamKind::OK_FDStream) { in EndOfMainFile()