clang 22.0.0git
clang::WeakInfo::DenseMapInfoByAliasOnly Struct Reference

#include "clang/Sema/Weak.h"

Inheritance diagram for clang::WeakInfo::DenseMapInfoByAliasOnly:
[legend]

Static Public Member Functions

static WeakInfo getEmptyKey ()
static WeakInfo getTombstoneKey ()
static unsigned getHashValue (const WeakInfo &W)
static bool isEqual (const WeakInfo &LHS, const WeakInfo &RHS)

Detailed Description

Definition at line 37 of file Weak.h.

Member Function Documentation

◆ getEmptyKey()

WeakInfo clang::WeakInfo::DenseMapInfoByAliasOnly::getEmptyKey ( )
inlinestatic

Definition at line 39 of file Weak.h.

References clang::WeakInfo::WeakInfo().

◆ getHashValue()

unsigned clang::WeakInfo::DenseMapInfoByAliasOnly::getHashValue ( const WeakInfo & W)
inlinestatic

Definition at line 45 of file Weak.h.

References clang::WeakInfo::getAlias(), and clang::WeakInfo::WeakInfo().

◆ getTombstoneKey()

WeakInfo clang::WeakInfo::DenseMapInfoByAliasOnly::getTombstoneKey ( )
inlinestatic

Definition at line 42 of file Weak.h.

References clang::WeakInfo::WeakInfo().

◆ isEqual()

bool clang::WeakInfo::DenseMapInfoByAliasOnly::isEqual ( const WeakInfo & LHS,
const WeakInfo & RHS )
inlinestatic

Definition at line 48 of file Weak.h.

References clang::WeakInfo::getAlias(), and clang::WeakInfo::WeakInfo().


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