clang-tools 23.0.0git
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 229 of file Config.h.

Member Typedef Documentation

◆ ExternalIndexSpec

Definition at line 230 of file Config.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 231 of file Config.h.

References clang::clangd::Config::ExternalIndexSpec::File.

◆ getHashValue()

◆ getTombstoneKey()

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

Definition at line 234 of file Config.h.

References clang::clangd::Config::ExternalIndexSpec::File.

◆ isEqual()


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