|
clang 22.0.0git
|
#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. | |
| unsigned | MustBeNull: 1 |
|
inline |
Definition at line 2649 of file Sema.h.
References LayoutCompatible, MustBeNull, and Type.
| unsigned clang::Sema::TypeTagData::LayoutCompatible |
If true, Type should be compared with other expression's types for layout-compatibility.
Definition at line 2658 of file Sema.h.
Referenced by TypeTagData().
| unsigned clang::Sema::TypeTagData::MustBeNull |
Definition at line 2660 of file Sema.h.
Referenced by TypeTagData().
| QualType clang::Sema::TypeTagData::Type |
Definition at line 2653 of file Sema.h.
Referenced by TypeTagData().