clang
8.0.0
|
#include "clang/Sema/Sema.h"
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 |
unsigned clang::Sema::TypeTagData::LayoutCompatible |
If true, Type
should be compared with other expression's types for layout-compatibility.
Definition at line 10660 of file Sema.h.
Referenced by GetMatchingCType().
unsigned clang::Sema::TypeTagData::MustBeNull |
Definition at line 10661 of file Sema.h.
Referenced by GetMatchingCType().
QualType clang::Sema::TypeTagData::Type |
Definition at line 10656 of file Sema.h.
Referenced by GetMatchingCType().