clang 22.0.0git
clang::MSGuidDeclParts Struct Reference

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}

Detailed Description

Parts of a decomposed MSGuidDecl.

Factored out to avoid unnecessary dependencies on DeclCXX.h.

Definition at line 4373 of file DeclCXX.h.

Member Function Documentation

◆ getPart4And5AsUint64()

uint64_t clang::MSGuidDeclParts::getPart4And5AsUint64 ( ) const
inline

Definition at line 4383 of file DeclCXX.h.

References memcpy(), and Part4And5.

Referenced by clang::MSGuidDecl::Profile().

Member Data Documentation

◆ Part1

◆ Part2

◆ Part3

◆ Part4And5


The documentation for this struct was generated from the following file: