clang 19.0.0git
Public Attributes | List of all members
clang::detail::TypeTagForDatatypeData Struct Reference

#include "clang/Sema/ParsedAttr.h"

Public Attributes

ParsedType MatchingCType
 
unsigned LayoutCompatible: 1
 
unsigned MustBeNull: 1
 

Detailed Description

Definition at line 83 of file ParsedAttr.h.

Member Data Documentation

◆ LayoutCompatible

unsigned clang::detail::TypeTagForDatatypeData::LayoutCompatible

Definition at line 86 of file ParsedAttr.h.

◆ MatchingCType

ParsedType clang::detail::TypeTagForDatatypeData::MatchingCType

Definition at line 84 of file ParsedAttr.h.

◆ MustBeNull

unsigned clang::detail::TypeTagForDatatypeData::MustBeNull

Definition at line 88 of file ParsedAttr.h.


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