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

Specialisation of DenseMapInfo for FileEntryRef. More...

#include "clang/Basic/FileEntry.h"

Static Public Member Functions

static clang::FileEntryRef getEmptyKey ()
 
static clang::FileEntryRef getTombstoneKey ()
 
static unsigned getHashValue (clang::FileEntryRef Val)
 
static bool isEqual (clang::FileEntryRef LHS, clang::FileEntryRef RHS)
 

Detailed Description

Specialisation of DenseMapInfo for FileEntryRef.

Definition at line 238 of file FileEntry.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 239 of file FileEntry.h.

◆ getHashValue()

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

Definition at line 247 of file FileEntry.h.

◆ getTombstoneKey()

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

Definition at line 243 of file FileEntry.h.

◆ isEqual()

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

Definition at line 251 of file FileEntry.h.

References clang::FileEntryRef::isSameRef().


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