clang-tools 22.0.0git
clang::clangd::Location Struct Reference

#include <Protocol.h>

Inheritance diagram for clang::clangd::Location:
[legend]

Public Attributes

URIForFile uri
 The text document's URI.
Range range

Friends

bool operator== (const Location &LHS, const Location &RHS)
bool operator!= (const Location &LHS, const Location &RHS)
bool operator< (const Location &LHS, const Location &RHS)

Detailed Description

Definition at line 211 of file Protocol.h.

◆ operator!=

bool operator!= ( const Location & LHS,
const Location & RHS )
friend

Definition at line 220 of file Protocol.h.

◆ operator<

bool operator< ( const Location & LHS,
const Location & RHS )
friend

Definition at line 224 of file Protocol.h.

References range, and uri.

◆ operator==

bool operator== ( const Location & LHS,
const Location & RHS )
friend

Definition at line 216 of file Protocol.h.

References range, and uri.

Member Data Documentation

◆ range

◆ uri


The documentation for this struct was generated from the following file: