clang 22.0.0git
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 131 of file TokenKinds.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 132 of file TokenKinds.h.

◆ getHashValue()

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

Definition at line 138 of file TokenKinds.h.

◆ getTombstoneKey()

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

Definition at line 135 of file TokenKinds.h.

References clang::tok::NUM_PP_KEYWORDS.

◆ isEqual()

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

Definition at line 141 of file TokenKinds.h.


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