struct MSGuidDeclParts

Declaration

struct MSGuidDeclParts { /* full declaration omitted */ };

Description

Parts of a decomposed MSGuidDecl. Factored out to avoid unnecessary dependencies on DeclCXX.h.

Declared at: clang/include/clang/AST/DeclCXX.h:4149

Member Variables

public uint32_t Part1
{01234567-...
public uint16_t Part2
...-89ab-...
public uint16_t Part3
...-cdef-...
public uint8_t[8] Part4And5
...-0123-456789abcdef}

Method Overview

Methods

ΒΆuint64_t getPart4And5AsUint64() const

Declared at: clang/include/clang/AST/DeclCXX.h:4159