clang-tools 23.0.0git
llvm::DenseMapInfo< clang::clangd::Range > Struct Reference

#include <Protocol.h>

Public Types

using Range = clang::clangd::Range

Static Public Member Functions

static unsigned getHashValue (const Range &Val)
static bool isEqual (const Range &LHS, const Range &RHS)

Detailed Description

Definition at line 2109 of file Protocol.h.

Member Typedef Documentation

◆ Range

using llvm::DenseMapInfo< clang::clangd::Range >::Range = clang::clangd::Range

Definition at line 2110 of file Protocol.h.

Member Function Documentation

◆ getHashValue()

unsigned llvm::DenseMapInfo< clang::clangd::Range >::getHashValue ( const Range & Val)
inlinestatic

◆ isEqual()

bool llvm::DenseMapInfo< clang::clangd::Range >::isEqual ( const Range & LHS,
const Range & RHS )
inlinestatic

Definition at line 2115 of file Protocol.h.

References clang::clangd::Range::end, and clang::clangd::Range::start.


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