clang 20.0.0git
|
Parts of a decomposed MSGuidDecl. More...
#include "clang/AST/DeclCXX.h"
Public Member Functions | |
uint64_t | getPart4And5AsUint64 () const |
Public Attributes | |
uint32_t | Part1 |
{01234567-... | |
uint16_t | Part2 |
...-89ab-... | |
uint16_t | Part3 |
...-cdef-... | |
uint8_t | Part4And5 [8] |
...-0123-456789abcdef} | |
Parts of a decomposed MSGuidDecl.
Factored out to avoid unnecessary dependencies on DeclCXX.h.
|
inline |
uint32_t clang::MSGuidDeclParts::Part1 |
{01234567-...
Definition at line 4270 of file DeclCXX.h.
Referenced by clang::CodeGen::CodeGenModule::GetAddrOfMSGuidDecl(), clang::MSGuidDecl::getAsAPValue(), handleUuidAttr(), clang::MSGuidDecl::printName(), and clang::ASTDeclWriter::VisitMSGuidDecl().
uint16_t clang::MSGuidDeclParts::Part2 |
...-89ab-...
Definition at line 4272 of file DeclCXX.h.
Referenced by clang::CodeGen::CodeGenModule::GetAddrOfMSGuidDecl(), clang::MSGuidDecl::getAsAPValue(), handleUuidAttr(), clang::MSGuidDecl::printName(), and clang::ASTDeclWriter::VisitMSGuidDecl().
uint16_t clang::MSGuidDeclParts::Part3 |
...-cdef-...
Definition at line 4274 of file DeclCXX.h.
Referenced by clang::CodeGen::CodeGenModule::GetAddrOfMSGuidDecl(), clang::MSGuidDecl::getAsAPValue(), handleUuidAttr(), clang::MSGuidDecl::printName(), and clang::ASTDeclWriter::VisitMSGuidDecl().
uint8_t clang::MSGuidDeclParts::Part4And5[8] |
...-0123-456789abcdef}
Definition at line 4276 of file DeclCXX.h.
Referenced by clang::CodeGen::CodeGenModule::GetAddrOfMSGuidDecl(), clang::MSGuidDecl::getAsAPValue(), getPart4And5AsUint64(), handleUuidAttr(), clang::MSGuidDecl::printName(), and clang::ASTDeclWriter::VisitMSGuidDecl().