Print a Position for debugging.

Synopsis

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

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

Return Value

The stream os.

Parameters

Name

Description

os

Stream to write to.

value

Position to print.

Created with MrDocs