|
clang
3.8.0
|
#include <AttributeList.h>
Public Attributes | |
| ParsedType * | MatchingCType |
| unsigned | LayoutCompatible: 1 |
| unsigned | MustBeNull: 1 |
Definition at line 161 of file AttributeList.h.
| unsigned clang::AttributeList::TypeTagForDatatypeData::LayoutCompatible |
Definition at line 163 of file AttributeList.h.
Referenced by clang::AttributeList::getLayoutCompatible().
| ParsedType* clang::AttributeList::TypeTagForDatatypeData::MatchingCType |
Definition at line 162 of file AttributeList.h.
Referenced by clang::AttributeList::getMatchingCType().
| unsigned clang::AttributeList::TypeTagForDatatypeData::MustBeNull |
Definition at line 164 of file AttributeList.h.
Referenced by clang::AttributeList::getMustBeNull().
1.8.6