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

#include "clang/Sema/ParsedAttr.h"

Collaboration diagram for clang::detail::TypeTagForDatatypeData:
[legend]

Public Attributes

ParsedType MatchingCType
 
unsigned LayoutCompatible: 1
 
unsigned MustBeNull: 1
 

Detailed Description

Definition at line 79 of file ParsedAttr.h.

Member Data Documentation

◆ LayoutCompatible

unsigned clang::detail::TypeTagForDatatypeData::LayoutCompatible

Definition at line 81 of file ParsedAttr.h.

◆ MatchingCType

ParsedType clang::detail::TypeTagForDatatypeData::MatchingCType

Definition at line 80 of file ParsedAttr.h.

◆ MustBeNull

unsigned clang::detail::TypeTagForDatatypeData::MustBeNull

Definition at line 82 of file ParsedAttr.h.


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