clang 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< ObjectUnderConstruction > Struct Reference

Public Types

using Base = DenseMapInfo< APValue::LValueBase >
 

Static Public Member Functions

static ObjectUnderConstruction getEmptyKey ()
 
static ObjectUnderConstruction getTombstoneKey ()
 
static unsigned getHashValue (const ObjectUnderConstruction &Object)
 
static bool isEqual (const ObjectUnderConstruction &LHS, const ObjectUnderConstruction &RHS)
 

Detailed Description

Definition at line 764 of file ExprConstant.cpp.

Member Typedef Documentation

◆ Base

using llvm::DenseMapInfo< ObjectUnderConstruction >::Base = DenseMapInfo<APValue::LValueBase>

Definition at line 765 of file ExprConstant.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 766 of file ExprConstant.cpp.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< ObjectUnderConstruction >::getHashValue ( const ObjectUnderConstruction &  Object)
inlinestatic

Definition at line 771 of file ExprConstant.cpp.

References llvm::hash_value().

◆ getTombstoneKey()

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

Definition at line 768 of file ExprConstant.cpp.

◆ isEqual()

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

Definition at line 774 of file ExprConstant.cpp.


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