clang  3.7.0
Public Attributes | List of all members
clang::AttributeList::TypeTagForDatatypeData Struct Reference

#include <AttributeList.h>

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

Public Attributes

ParsedTypeMatchingCType
 
unsigned LayoutCompatible: 1
 
unsigned MustBeNull: 1
 

Detailed Description

Definition at line 163 of file AttributeList.h.

Member Data Documentation

unsigned clang::AttributeList::TypeTagForDatatypeData::LayoutCompatible

Definition at line 165 of file AttributeList.h.

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

ParsedType* clang::AttributeList::TypeTagForDatatypeData::MatchingCType

Definition at line 164 of file AttributeList.h.

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

unsigned clang::AttributeList::TypeTagForDatatypeData::MustBeNull

Definition at line 166 of file AttributeList.h.

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


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