clang-tools 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::clangd::ClangdServer::DiagRef Struct Reference

#include <ClangdServer.h>

Public Member Functions

bool operator== (const DiagRef &Other) const
 
bool operator< (const DiagRef &Other) const
 

Public Attributes

clangd::Range Range
 
std::string Message
 

Detailed Description

Definition at line 351 of file ClangdServer.h.

Member Function Documentation

◆ operator<()

bool clang::clangd::ClangdServer::DiagRef::operator< ( const DiagRef Other) const
inline

Definition at line 357 of file ClangdServer.h.

References Message, and Range.

◆ operator==()

bool clang::clangd::ClangdServer::DiagRef::operator== ( const DiagRef Other) const
inline

Definition at line 354 of file ClangdServer.h.

References Message, and Range.

Member Data Documentation

◆ Message

std::string clang::clangd::ClangdServer::DiagRef::Message

Definition at line 353 of file ClangdServer.h.

Referenced by operator<(), and operator==().

◆ Range

clangd::Range clang::clangd::ClangdServer::DiagRef::Range

Definition at line 352 of file ClangdServer.h.

Referenced by operator<(), and operator==().


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