clang 22.0.0git
llvm::DenseMapInfo< clang::NestedNameSpecifierLoc > Struct Reference

#include "clang/AST/NestedNameSpecifier.h"

Public Types

using FirstInfo = DenseMapInfo<clang::NestedNameSpecifier>
using SecondInfo = DenseMapInfo<void *>

Static Public Member Functions

static clang::NestedNameSpecifierLoc getEmptyKey ()
static clang::NestedNameSpecifierLoc getTombstoneKey ()
static unsigned getHashValue (const clang::NestedNameSpecifierLoc &PairVal)
static bool isEqual (const clang::NestedNameSpecifierLoc &LHS, const clang::NestedNameSpecifierLoc &RHS)

Detailed Description

Definition at line 267 of file NestedNameSpecifier.h.

Member Typedef Documentation

◆ FirstInfo

using llvm::DenseMapInfo< clang::NestedNameSpecifierLoc >::FirstInfo = DenseMapInfo<clang::NestedNameSpecifier>

Definition at line 268 of file NestedNameSpecifier.h.

◆ SecondInfo

using llvm::DenseMapInfo< clang::NestedNameSpecifierLoc >::SecondInfo = DenseMapInfo<void *>

Definition at line 269 of file NestedNameSpecifier.h.

Member Function Documentation

◆ getEmptyKey()

clang::NestedNameSpecifierLoc llvm::DenseMapInfo< clang::NestedNameSpecifierLoc >::getEmptyKey ( )
inlinestatic

◆ getHashValue()

◆ getTombstoneKey()

clang::NestedNameSpecifierLoc llvm::DenseMapInfo< clang::NestedNameSpecifierLoc >::getTombstoneKey ( )
inlinestatic

◆ isEqual()

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

Definition at line 287 of file NestedNameSpecifier.h.


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