clang 23.0.0git
llvm::DenseMapInfo< clang::APValue::LValueBase > Struct Reference

#include "clang/AST/APValue.h"

Static Public Member Functions

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 840 of file APValue.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 196 of file APValue.cpp.

References clang::hash_value().

◆ isEqual()

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

Definition at line 201 of file APValue.cpp.


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