clang 23.0.0git
llvm::DenseMapInfo< clang::ModuleFileKey > Struct Reference

#include "clang/Basic/Module.h"

Static Public Member Functions

static clang::ModuleFileKey getEmptyKey ()
static clang::ModuleFileKey getTombstoneKey ()
static unsigned getHashValue (const clang::ModuleFileKey &Val)
static bool isEqual (const clang::ModuleFileKey &LHS, const clang::ModuleFileKey &RHS)

Detailed Description

Definition at line 1048 of file Module.h.

Member Function Documentation

◆ getEmptyKey()

clang::ModuleFileKey llvm::DenseMapInfo< clang::ModuleFileKey >::getEmptyKey ( )
inlinestatic

Definition at line 1049 of file Module.h.

◆ getHashValue()

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

Definition at line 1057 of file Module.h.

◆ getTombstoneKey()

clang::ModuleFileKey llvm::DenseMapInfo< clang::ModuleFileKey >::getTombstoneKey ( )
inlinestatic

Definition at line 1053 of file Module.h.

◆ isEqual()

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

Definition at line 1061 of file Module.h.


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