|
clang
5.0.0
|
#include "clang/Sema/AttributeList.h"
Public Attributes | |
| ParsedType * | MatchingCType |
| unsigned | LayoutCompatible: 1 |
| unsigned | MustBeNull: 1 |
Definition at line 186 of file AttributeList.h.
| unsigned clang::AttributeList::TypeTagForDatatypeData::LayoutCompatible |
Definition at line 188 of file AttributeList.h.
Referenced by clang::AttributeList::getLayoutCompatible().
| ParsedType* clang::AttributeList::TypeTagForDatatypeData::MatchingCType |
Definition at line 187 of file AttributeList.h.
Referenced by clang::AttributeList::getMatchingCType().
| unsigned clang::AttributeList::TypeTagForDatatypeData::MustBeNull |
Definition at line 189 of file AttributeList.h.
Referenced by clang::AttributeList::getMustBeNull().
1.8.6