struct Sema::TypeTagData
Declaration
struct Sema::TypeTagData { /* full declaration omitted */ };
Declared at: clang/include/clang/Sema/Sema.h:13282
Member Variables
- public clang::QualType Type
- public unsigned int LayoutCompatible
- If true, \c Type should be compared with other expression's types for layout-compatibility.
- public unsigned int MustBeNull
Method Overview
- public TypeTagData()
- public TypeTagData(clang::QualType Type, bool LayoutCompatible, bool MustBeNull)
Methods
¶TypeTagData()
TypeTagData()
Declared at: clang/include/clang/Sema/Sema.h:13283
¶TypeTagData(clang::QualType Type,
bool LayoutCompatible,
bool MustBeNull)
TypeTagData(clang::QualType Type,
bool LayoutCompatible,
bool MustBeNull)
Declared at: clang/include/clang/Sema/Sema.h:13285
Parameters
- clang::QualType Type
- bool LayoutCompatible
- bool MustBeNull