clang  3.8.0
Public Member Functions | Public Attributes | List of all members
clang::Sema::TypeTagData Struct Reference

#include <Sema.h>

Collaboration diagram for clang::Sema::TypeTagData:
[legend]

Public Member Functions

 TypeTagData ()
 
 TypeTagData (QualType Type, bool LayoutCompatible, bool MustBeNull)
 

Public Attributes

QualType Type
 
unsigned LayoutCompatible: 1
 If true, Type should be compared with other expression's types for layout-compatibility. More...
 
unsigned MustBeNull: 1
 

Detailed Description

Definition at line 9127 of file Sema.h.

Constructor & Destructor Documentation

clang::Sema::TypeTagData::TypeTagData ( )
inline

Definition at line 9128 of file Sema.h.

clang::Sema::TypeTagData::TypeTagData ( QualType  Type,
bool  LayoutCompatible,
bool  MustBeNull 
)
inline

Definition at line 9130 of file Sema.h.

Member Data Documentation

unsigned clang::Sema::TypeTagData::LayoutCompatible

If true, Type should be compared with other expression's types for layout-compatibility.

Definition at line 9139 of file Sema.h.

unsigned clang::Sema::TypeTagData::MustBeNull

Definition at line 9140 of file Sema.h.

QualType clang::Sema::TypeTagData::Type

Definition at line 9135 of file Sema.h.


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