clang 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< clang::api_notes::StoredObjCSelector > Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/APINotes/APINotesFormat.h"

Public Types

typedef DenseMapInfo< unsignedUnsignedInfo
 

Static Public Member Functions

static clang::api_notes::StoredObjCSelector getEmptyKey ()
 
static clang::api_notes::StoredObjCSelector getTombstoneKey ()
 
static unsigned getHashValue (const clang::api_notes::StoredObjCSelector &Selector)
 
static bool isEqual (const clang::api_notes::StoredObjCSelector &LHS, const clang::api_notes::StoredObjCSelector &RHS)
 

Detailed Description

Definition at line 293 of file APINotesFormat.h.

Member Typedef Documentation

◆ UnsignedInfo

typedef DenseMapInfo<unsigned> llvm::DenseMapInfo< clang::api_notes::StoredObjCSelector >::UnsignedInfo

Definition at line 294 of file APINotesFormat.h.

Member Function Documentation

◆ getEmptyKey()

static clang::api_notes::StoredObjCSelector llvm::DenseMapInfo< clang::api_notes::StoredObjCSelector >::getEmptyKey ( )
inlinestatic

Definition at line 296 of file APINotesFormat.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< clang::api_notes::StoredObjCSelector >::getHashValue ( const clang::api_notes::StoredObjCSelector Selector)
inlinestatic

◆ getTombstoneKey()

static clang::api_notes::StoredObjCSelector llvm::DenseMapInfo< clang::api_notes::StoredObjCSelector >::getTombstoneKey ( )
inlinestatic

Definition at line 301 of file APINotesFormat.h.

◆ isEqual()

static bool llvm::DenseMapInfo< clang::api_notes::StoredObjCSelector >::isEqual ( const clang::api_notes::StoredObjCSelector LHS,
const clang::api_notes::StoredObjCSelector RHS 
)
inlinestatic

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