clang  7.0.0
Public Attributes | List of all members
clang::ParsedAttr::TypeTagForDatatypeData Struct Reference

#include "clang/Sema/ParsedAttr.h"

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

Public Attributes

ParsedTypeMatchingCType
 
unsigned LayoutCompatible: 1
 
unsigned MustBeNull: 1
 

Detailed Description

Definition at line 201 of file ParsedAttr.h.

Member Data Documentation

◆ LayoutCompatible

unsigned clang::ParsedAttr::TypeTagForDatatypeData::LayoutCompatible

Definition at line 203 of file ParsedAttr.h.

◆ MatchingCType

ParsedType* clang::ParsedAttr::TypeTagForDatatypeData::MatchingCType

Definition at line 202 of file ParsedAttr.h.

◆ MustBeNull

unsigned clang::ParsedAttr::TypeTagForDatatypeData::MustBeNull

Definition at line 204 of file ParsedAttr.h.


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