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

Define DenseMapInfo so that FileID's can be used as keys in DenseMap and DenseSets. More...

#include "clang/Basic/SourceLocation.h"

Static Public Member Functions

static clang::FileID getEmptyKey ()
 
static clang::FileID getTombstoneKey ()
 
static unsigned getHashValue (clang::FileID S)
 
static bool isEqual (clang::FileID LHS, clang::FileID RHS)
 

Detailed Description

Define DenseMapInfo so that FileID's can be used as keys in DenseMap and DenseSets.

Definition at line 475 of file SourceLocation.h.

Member Function Documentation

◆ getEmptyKey()

static clang::FileID llvm::DenseMapInfo< clang::FileID, void >::getEmptyKey ( )
inlinestatic

Definition at line 476 of file SourceLocation.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< clang::FileID, void >::getHashValue ( clang::FileID  S)
inlinestatic

Definition at line 484 of file SourceLocation.h.

◆ getTombstoneKey()

static clang::FileID llvm::DenseMapInfo< clang::FileID, void >::getTombstoneKey ( )
inlinestatic

Definition at line 480 of file SourceLocation.h.

References clang::FileID::getSentinel().

◆ isEqual()

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

Definition at line 488 of file SourceLocation.h.


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