clang 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< clang::DirectoryEntryRef > Struct Reference

Specialisation of DenseMapInfo for DirectoryEntryRef. More...

#include "clang/Basic/DirectoryEntry.h"

Static Public Member Functions

static clang::DirectoryEntryRef getEmptyKey ()
 
static clang::DirectoryEntryRef getTombstoneKey ()
 
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 209 of file DirectoryEntry.h.

Member Function Documentation

◆ getEmptyKey()

static clang::DirectoryEntryRef llvm::DenseMapInfo< clang::DirectoryEntryRef >::getEmptyKey ( )
inlinestatic

Definition at line 210 of file DirectoryEntry.h.

◆ getHashValue()

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

Definition at line 220 of file DirectoryEntry.h.

References llvm::hash_value().

◆ getTombstoneKey()

static clang::DirectoryEntryRef llvm::DenseMapInfo< clang::DirectoryEntryRef >::getTombstoneKey ( )
inlinestatic

Definition at line 215 of file DirectoryEntry.h.

◆ isEqual()

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

Definition at line 224 of file DirectoryEntry.h.

References clang::DirectoryEntryRef::isSameRef().


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