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

#include "clang/Basic/TokenKinds.h"

Static Public Member Functions

static clang::tok::PPKeywordKind getEmptyKey ()
 
static clang::tok::PPKeywordKind getTombstoneKey ()
 
static unsigned getHashValue (const clang::tok::PPKeywordKind &Val)
 
static bool isEqual (const clang::tok::PPKeywordKind &LHS, const clang::tok::PPKeywordKind &RHS)
 

Detailed Description

Definition at line 121 of file TokenKinds.h.

Member Function Documentation

◆ getEmptyKey()

static clang::tok::PPKeywordKind llvm::DenseMapInfo< clang::tok::PPKeywordKind >::getEmptyKey ( )
inlinestatic

Definition at line 122 of file TokenKinds.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< clang::tok::PPKeywordKind >::getHashValue ( const clang::tok::PPKeywordKind Val)
inlinestatic

Definition at line 128 of file TokenKinds.h.

◆ getTombstoneKey()

static clang::tok::PPKeywordKind llvm::DenseMapInfo< clang::tok::PPKeywordKind >::getTombstoneKey ( )
inlinestatic

Definition at line 125 of file TokenKinds.h.

References clang::tok::NUM_PP_KEYWORDS.

◆ isEqual()

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

Definition at line 131 of file TokenKinds.h.


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