clang 18.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 85 of file ParsedAttr.h.

Referenced by clang::ParsedAttr::getLayoutCompatible().

◆ MatchingCType

ParsedType clang::detail::TypeTagForDatatypeData::MatchingCType

Definition at line 84 of file ParsedAttr.h.

Referenced by clang::ParsedAttr::getMatchingCType().

◆ MustBeNull

unsigned clang::detail::TypeTagForDatatypeData::MustBeNull

Definition at line 86 of file ParsedAttr.h.

Referenced by clang::ParsedAttr::getMustBeNull().


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