clang 22.0.0git
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)
static unsigned getHashValue (const clang::FileEntry *Val)
 Support for finding const FileEntry * in a DenseMap<FileEntryRef, T>.
static bool isEqual (const clang::FileEntry *LHS, clang::FileEntryRef RHS)

Detailed Description

Specialisation of DenseMapInfo for FileEntryRef.

Definition at line 245 of file FileEntry.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 246 of file FileEntry.h.

◆ getHashValue() [1/2]

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

Definition at line 254 of file FileEntry.h.

References llvm::hash_value().

◆ getHashValue() [2/2]

unsigned llvm::DenseMapInfo< clang::FileEntryRef >::getHashValue ( const clang::FileEntry * Val)
inlinestatic

Support for finding const FileEntry * in a DenseMap<FileEntryRef, T>.

Definition at line 273 of file FileEntry.h.

References llvm::hash_value().

◆ getTombstoneKey()

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

Definition at line 250 of file FileEntry.h.

◆ isEqual() [1/2]

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

Definition at line 258 of file FileEntry.h.

References clang::FileEntryRef::isSameRef().

◆ isEqual() [2/2]

bool llvm::DenseMapInfo< clang::FileEntryRef >::isEqual ( const clang::FileEntry * LHS,
clang::FileEntryRef RHS )
inlinestatic

Definition at line 276 of file FileEntry.h.


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