clang 22.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 |
Definition at line 4383 of file DeclCXX.h.
References memcpy(), and Part4And5.
Referenced by clang::MSGuidDecl::Profile().
uint32_t clang::MSGuidDeclParts::Part1 |
{01234567-...
Definition at line 4375 of file DeclCXX.h.
Referenced by clang::CodeGen::CodeGenModule::GetAddrOfMSGuidDecl(), handleUuidAttr(), clang::MangleContext::mangleMSGuidDecl(), clang::MSGuidDecl::Profile(), clang::ASTDeclReader::VisitMSGuidDecl(), and clang::ASTDeclWriter::VisitMSGuidDecl().
uint16_t clang::MSGuidDeclParts::Part2 |
...-89ab-...
Definition at line 4377 of file DeclCXX.h.
Referenced by clang::CodeGen::CodeGenModule::GetAddrOfMSGuidDecl(), handleUuidAttr(), clang::MangleContext::mangleMSGuidDecl(), clang::MSGuidDecl::Profile(), clang::ASTDeclReader::VisitMSGuidDecl(), and clang::ASTDeclWriter::VisitMSGuidDecl().
uint16_t clang::MSGuidDeclParts::Part3 |
...-cdef-...
Definition at line 4379 of file DeclCXX.h.
Referenced by clang::CodeGen::CodeGenModule::GetAddrOfMSGuidDecl(), handleUuidAttr(), clang::MangleContext::mangleMSGuidDecl(), clang::MSGuidDecl::Profile(), clang::ASTDeclReader::VisitMSGuidDecl(), and clang::ASTDeclWriter::VisitMSGuidDecl().
uint8_t clang::MSGuidDeclParts::Part4And5[8] |
...-0123-456789abcdef}
Definition at line 4381 of file DeclCXX.h.
Referenced by clang::CodeGen::CodeGenModule::GetAddrOfMSGuidDecl(), getPart4And5AsUint64(), handleUuidAttr(), clang::MangleContext::mangleMSGuidDecl(), clang::ASTDeclReader::VisitMSGuidDecl(), and clang::ASTDeclWriter::VisitMSGuidDecl().