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

#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
 

Detailed Description

Definition at line 1945 of file Sema.h.

Constructor & Destructor Documentation

◆ TypeTagData() [1/2]

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

Definition at line 1946 of file Sema.h.

◆ TypeTagData() [2/2]

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

Definition at line 1948 of file Sema.h.

Member Data Documentation

◆ LayoutCompatible

unsigned clang::Sema::TypeTagData::LayoutCompatible

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

Definition at line 1957 of file Sema.h.

◆ MustBeNull

unsigned clang::Sema::TypeTagData::MustBeNull

Definition at line 1959 of file Sema.h.

◆ Type

QualType clang::Sema::TypeTagData::Type

Definition at line 1952 of file Sema.h.

Referenced by clang::Sema::NameClassification::getType().


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