Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A Draw_ostream.h55 enum class OStreamKind { enum
61 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);
/openbsd/gnu/llvm/llvm/lib/Support/
H A Draw_ostream.cpp625 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()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp275 if (OutputFile->get_kind() == raw_ostream::OStreamKind::OK_FDStream) { in EndOfMainFile()