clang 18.0.0git
|
#include "clang/Sema/ParsedAttr.h"
Public Attributes | |
ParsedType | MatchingCType |
unsigned | LayoutCompatible: 1 |
unsigned | MustBeNull: 1 |
Definition at line 83 of file ParsedAttr.h.
unsigned clang::detail::TypeTagForDatatypeData::LayoutCompatible |
Definition at line 85 of file ParsedAttr.h.
Referenced by clang::ParsedAttr::getLayoutCompatible().
ParsedType clang::detail::TypeTagForDatatypeData::MatchingCType |
Definition at line 84 of file ParsedAttr.h.
Referenced by clang::ParsedAttr::getMatchingCType().
unsigned clang::detail::TypeTagForDatatypeData::MustBeNull |
Definition at line 86 of file ParsedAttr.h.
Referenced by clang::ParsedAttr::getMustBeNull().