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

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

Static Public Member Functions

static clang::api_notes::ContextTableKey getEmptyKey ()
 
static clang::api_notes::ContextTableKey getTombstoneKey ()
 
static unsigned getHashValue (const clang::api_notes::ContextTableKey &value)
 
static bool isEqual (const clang::api_notes::ContextTableKey &lhs, const clang::api_notes::ContextTableKey &rhs)
 

Detailed Description

Definition at line 323 of file APINotesFormat.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 324 of file APINotesFormat.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< clang::api_notes::ContextTableKey >::getHashValue ( const clang::api_notes::ContextTableKey value)
inlinestatic

Definition at line 335 of file APINotesFormat.h.

References clang::api_notes::ContextTableKey::hashValue().

◆ getTombstoneKey()

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

Definition at line 328 of file APINotesFormat.h.

◆ isEqual()

static bool llvm::DenseMapInfo< clang::api_notes::ContextTableKey >::isEqual ( const clang::api_notes::ContextTableKey lhs,
const clang::api_notes::ContextTableKey rhs 
)
inlinestatic

Definition at line 339 of file APINotesFormat.h.


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