clang 22.0.0git
|
#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) |
Definition at line 267 of file NestedNameSpecifier.h.
using llvm::DenseMapInfo< clang::NestedNameSpecifierLoc >::FirstInfo = DenseMapInfo<clang::NestedNameSpecifier> |
Definition at line 268 of file NestedNameSpecifier.h.
using llvm::DenseMapInfo< clang::NestedNameSpecifierLoc >::SecondInfo = DenseMapInfo<void *> |
Definition at line 269 of file NestedNameSpecifier.h.
|
inlinestatic |
Definition at line 271 of file NestedNameSpecifier.h.
References llvm::DenseMapInfo< clang::NestedNameSpecifier >::getEmptyKey().
|
inlinestatic |
Definition at line 281 of file NestedNameSpecifier.h.
References llvm::DenseMapInfo< clang::NestedNameSpecifier >::getHashValue(), clang::NestedNameSpecifierLoc::getNestedNameSpecifier(), and clang::NestedNameSpecifierLoc::getOpaqueData().
|
inlinestatic |
Definition at line 276 of file NestedNameSpecifier.h.
References llvm::DenseMapInfo< clang::NestedNameSpecifier >::getTombstoneKey().
|
inlinestatic |
Definition at line 287 of file NestedNameSpecifier.h.