clang 22.0.0git
clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo Class Reference

#include "clang/Sema/ScopeInfo.h"

Static Public Member Functions

static WeakObjectProfileTy getEmptyKey ()
static WeakObjectProfileTy getTombstoneKey ()
static unsigned getHashValue (const WeakObjectProfileTy &Val)
static bool isEqual (const WeakObjectProfileTy &LHS, const WeakObjectProfileTy &RHS)

Detailed Description

Definition at line 325 of file ScopeInfo.h.

Member Function Documentation

◆ getEmptyKey()

WeakObjectProfileTy clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo::getEmptyKey ( )
inlinestatic

Definition at line 327 of file ScopeInfo.h.

◆ getHashValue()

unsigned clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo::getHashValue ( const WeakObjectProfileTy & Val)
inlinestatic

Definition at line 335 of file ScopeInfo.h.

◆ getTombstoneKey()

WeakObjectProfileTy clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo::getTombstoneKey ( )
inlinestatic

Definition at line 331 of file ScopeInfo.h.

◆ isEqual()

bool clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo::isEqual ( const WeakObjectProfileTy & LHS,
const WeakObjectProfileTy & RHS )
inlinestatic

Definition at line 342 of file ScopeInfo.h.


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