clang-tools 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< clang::clangd::Config::ExternalIndexSpec > Struct Reference

#include <Config.h>

Public Types

using ExternalIndexSpec = clang::clangd::Config::ExternalIndexSpec
 

Static Public Member Functions

static ExternalIndexSpec getEmptyKey ()
 
static ExternalIndexSpec getTombstoneKey ()
 
static unsigned getHashValue (const ExternalIndexSpec &Val)
 
static bool isEqual (const ExternalIndexSpec &LHS, const ExternalIndexSpec &RHS)
 

Detailed Description

Definition at line 166 of file Config.h.

Member Typedef Documentation

◆ ExternalIndexSpec

Definition at line 167 of file Config.h.

Member Function Documentation

◆ getEmptyKey()

static ExternalIndexSpec llvm::DenseMapInfo< clang::clangd::Config::ExternalIndexSpec >::getEmptyKey ( )
inlinestatic

Definition at line 168 of file Config.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< clang::clangd::Config::ExternalIndexSpec >::getHashValue ( const ExternalIndexSpec Val)
inlinestatic

◆ getTombstoneKey()

static ExternalIndexSpec llvm::DenseMapInfo< clang::clangd::Config::ExternalIndexSpec >::getTombstoneKey ( )
inlinestatic

Definition at line 171 of file Config.h.

◆ isEqual()

static bool llvm::DenseMapInfo< clang::clangd::Config::ExternalIndexSpec >::isEqual ( const ExternalIndexSpec LHS,
const ExternalIndexSpec RHS 
)
inlinestatic

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