#include "clang/Sema/Sema.h"
Definition at line 2247 of file Sema.h.
◆ TypeTagData() [1/2]
clang::Sema::TypeTagData::TypeTagData |
( |
| ) |
|
|
inline |
◆ TypeTagData() [2/2]
clang::Sema::TypeTagData::TypeTagData |
( |
QualType |
Type, |
|
|
bool |
LayoutCompatible, |
|
|
bool |
MustBeNull |
|
) |
| |
|
inline |
◆ LayoutCompatible
unsigned clang::Sema::TypeTagData::LayoutCompatible |
If true, Type
should be compared with other expression's types for layout-compatibility.
Definition at line 2259 of file Sema.h.
◆ MustBeNull
unsigned clang::Sema::TypeTagData::MustBeNull |
◆ Type
The documentation for this struct was generated from the following file: