clang  10.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< clang::APValue::LValueBase > Struct Template 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

template<>
struct llvm::DenseMapInfo< clang::APValue::LValueBase >

Definition at line 654 of file APValue.h.

Member Function Documentation

◆ getEmptyKey()

Definition at line 115 of file APValue.cpp.

◆ getHashValue()

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

Definition at line 135 of file APValue.cpp.

References clang::APValue::LValueBase::hash_value.

◆ getTombstoneKey()

Definition at line 121 of file APValue.cpp.

◆ isEqual()

Definition at line 140 of file APValue.cpp.


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