ΒΆllvm::formatted_raw_ostream& ferrs()
llvm::formatted_raw_ostream& ferrs()
Description
ferrs() - This returns a reference to a formatted_raw_ostream for standard error. Use it like: ferrs() < < "foo" < < "bar";
Declared at: llvm/include/llvm/Support/FormattedStream.h:152