clang 19.0.0git
Static Public Member Functions | List of all members
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 4489 of file SemaStmt.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 4490 of file SemaStmt.cpp.

◆ getHashValue()

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

Definition at line 4500 of file SemaStmt.cpp.

◆ getTombstoneKey()

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

Definition at line 4495 of file SemaStmt.cpp.

◆ isEqual()

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

Definition at line 4504 of file SemaStmt.cpp.


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