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

#include "clang/AST/APValue.h"

Static Public Member Functions

static clang::APValue::LValueBase getEmptyKey ()
 
static clang::APValue::LValueBase getTombstoneKey ()
 
static unsigned getHashValue (const clang::APValue::LValueBase &Base)
 
static bool isEqual (const clang::APValue::LValueBase &LHS, const clang::APValue::LValueBase &RHS)
 

Detailed Description

Definition at line 705 of file APValue.h.

Member Function Documentation

◆ getEmptyKey()

clang::APValue::LValueBase llvm::DenseMapInfo< clang::APValue::LValueBase >::getEmptyKey ( )
static

Definition at line 188 of file APValue.cpp.

◆ getHashValue()

unsigned llvm::DenseMapInfo< clang::APValue::LValueBase >::getHashValue ( const clang::APValue::LValueBase Base)
static

Definition at line 210 of file APValue.cpp.

References clang::hash_value().

◆ getTombstoneKey()

clang::APValue::LValueBase llvm::DenseMapInfo< clang::APValue::LValueBase >::getTombstoneKey ( )
static

Definition at line 195 of file APValue.cpp.

◆ isEqual()

bool llvm::DenseMapInfo< clang::APValue::LValueBase >::isEqual ( const clang::APValue::LValueBase LHS,
const clang::APValue::LValueBase RHS 
)
static

Definition at line 215 of file APValue.cpp.


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