clang 22.0.0git
llvm::DenseMapInfo< CatchHandlerType > Struct Reference

Static Public Member Functions

static CatchHandlerType getEmptyKey ()
static CatchHandlerType getTombstoneKey ()
static unsigned getHashValue (const CatchHandlerType &Base)
static bool isEqual (const CatchHandlerType &LHS, const CatchHandlerType &RHS)

Detailed Description

Definition at line 4286 of file SemaStmt.cpp.

Member Function Documentation

◆ getEmptyKey()

CatchHandlerType llvm::DenseMapInfo< CatchHandlerType >::getEmptyKey ( )
inlinestatic

Definition at line 4287 of file SemaStmt.cpp.

◆ getHashValue()

unsigned llvm::DenseMapInfo< CatchHandlerType >::getHashValue ( const CatchHandlerType & Base)
inlinestatic

Definition at line 4297 of file SemaStmt.cpp.

◆ getTombstoneKey()

CatchHandlerType llvm::DenseMapInfo< CatchHandlerType >::getTombstoneKey ( )
inlinestatic

Definition at line 4292 of file SemaStmt.cpp.

◆ isEqual()

bool llvm::DenseMapInfo< CatchHandlerType >::isEqual ( const CatchHandlerType & LHS,
const CatchHandlerType & RHS )
inlinestatic

Definition at line 4301 of file SemaStmt.cpp.


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