clang 20.0.0git
|
#include "clang/AST/DeclID.h"
Public Types | |
using | LocalDeclID = clang::LocalDeclID |
using | DeclID = LocalDeclID::DeclID |
Static Public Member Functions | |
static LocalDeclID | getEmptyKey () |
static LocalDeclID | getTombstoneKey () |
static unsigned | getHashValue (const LocalDeclID &Key) |
static bool | isEqual (const LocalDeclID &L, const LocalDeclID &R) |
using llvm::DenseMapInfo< clang::LocalDeclID >::DeclID = LocalDeclID::DeclID |
using llvm::DenseMapInfo< clang::LocalDeclID >::LocalDeclID = clang::LocalDeclID |
|
inlinestatic |
Definition at line 275 of file DeclID.h.
References clang::LocalDeclID::LocalDeclID().
|
inlinestatic |
Definition at line 283 of file DeclID.h.
References clang::DeclIDBase::getRawValue().
|
inlinestatic |
Definition at line 279 of file DeclID.h.
References clang::LocalDeclID::LocalDeclID().
|
inlinestatic |