llvm::lsp::operator<<

Print a Range for debugging.

Synopsis

Declared in <llvm/Support/LSP/Protocol.h>

raw_ostream&
operator<<(
    raw_ostream& os,
    Range const& value);

Return Value

The stream os.

Parameters

NameDescription
osStream to write to.
valueRange to print.