clang 23.0.0git
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 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 496 of file SourceLocation.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 497 of file SourceLocation.h.

References clang::FileID::getHashValue().

◆ isEqual()

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

Definition at line 501 of file SourceLocation.h.


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