clang-tools 19.0.0git
Public Attributes | Friends | List of all members
clang::clangd::Location Struct Reference

#include <Protocol.h>

Inheritance diagram for clang::clangd::Location:
Inheritance graph
[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.

Friends And Related Function Documentation

◆ 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.

◆ operator==

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

Definition at line 216 of file Protocol.h.

Member Data Documentation

◆ range

Range clang::clangd::Location::range

◆ uri

URIForFile clang::clangd::Location::uri

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