clang-tools 20.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 364 of file ClangdServer.h.

Member Function Documentation

◆ operator<()

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

Definition at line 370 of file ClangdServer.h.

References Message, and Range.

◆ operator==()

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

Definition at line 367 of file ClangdServer.h.

References Message, and Range.

Member Data Documentation

◆ Message

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

Definition at line 366 of file ClangdServer.h.

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

◆ Range

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

Definition at line 365 of file ClangdServer.h.

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


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