clang 23.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 unsigned getHashValue (const clang::NestedNameSpecifierLoc &PairVal)
static bool isEqual (const clang::NestedNameSpecifierLoc &LHS, const clang::NestedNameSpecifierLoc &RHS)

Detailed Description

Definition at line 261 of file NestedNameSpecifier.h.

Member Typedef Documentation

◆ FirstInfo

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

Definition at line 262 of file NestedNameSpecifier.h.

◆ SecondInfo

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

Definition at line 263 of file NestedNameSpecifier.h.

Member Function Documentation

◆ getHashValue()

◆ isEqual()

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

Definition at line 271 of file NestedNameSpecifier.h.


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