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

Specialisation of DenseMapInfo for DirectoryEntryRef. More...

#include "clang/Basic/DirectoryEntry.h"

Static Public Member Functions

static unsigned getHashValue (clang::DirectoryEntryRef Val)
static bool isEqual (clang::DirectoryEntryRef LHS, clang::DirectoryEntryRef RHS)

Detailed Description

Specialisation of DenseMapInfo for DirectoryEntryRef.

Definition at line 193 of file DirectoryEntry.h.

Member Function Documentation

◆ getHashValue()

unsigned llvm::DenseMapInfo< clang::DirectoryEntryRef >::getHashValue ( clang::DirectoryEntryRef Val)
inlinestatic

Definition at line 194 of file DirectoryEntry.h.

References llvm::hash_value().

◆ isEqual()

bool llvm::DenseMapInfo< clang::DirectoryEntryRef >::isEqual ( clang::DirectoryEntryRef LHS,
clang::DirectoryEntryRef RHS )
inlinestatic

Definition at line 198 of file DirectoryEntry.h.

References clang::DirectoryEntryRef::isSameRef().


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