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

#include "clang/Basic/Module.h"

Static Public Member Functions

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

Detailed Description

Definition at line 1158 of file Module.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1159 of file Module.h.

◆ isEqual()

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

Definition at line 1163 of file Module.h.


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