clang 19.0.0git
Static Public Member Functions | List of all members
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()

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

Definition at line 327 of file ScopeInfo.h.

◆ getHashValue()

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

Definition at line 335 of file ScopeInfo.h.

◆ getTombstoneKey()

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

Definition at line 331 of file ScopeInfo.h.

◆ isEqual()

static 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: