clang 20.0.0git
|
#include "clang/AST/DeclID.h"
Public Member Functions | |
GlobalDeclID () | |
GlobalDeclID (DeclID ID) | |
GlobalDeclID (unsigned ModuleFileIndex, unsigned LocalID) | |
operator LocalDeclID () const | |
Public Member Functions inherited from clang::DeclIDBase | |
DeclID | getRawValue () const |
operator DeclID () const | |
operator PredefinedDeclIDs () const | |
bool | isValid () const |
bool | isInvalid () const |
unsigned | getModuleFileIndex () const |
unsigned | getLocalDeclIndex () const |
Additional Inherited Members | |
Public Types inherited from clang::DeclIDBase | |
using | DeclID = uint64_t |
An ID number that refers to a declaration in an AST file. | |
Protected Member Functions inherited from clang::DeclIDBase | |
DeclIDBase () | |
DeclIDBase (DeclID ID) | |
Protected Attributes inherited from clang::DeclIDBase | |
DeclID | ID |
|
inlineexplicit |
|
inlineexplicit |
Definition at line 227 of file DeclID.h.
References clang::DeclIDBase::ID.