Searched defs:LayoutCompatible (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
H A DAttributeList.h163 unsigned LayoutCompatible : 1; member in struct:clang::AttributeList::TypeTagForDatatypeData
285 ExtraData.LayoutCompatible = layoutCompatible;
428 return getTypeTagForDatatypeDataSlot().LayoutCompatible;
H A DSema.h8325 bool LayoutCompatible, bool MustBeNull);
8330 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : argument
8331 Type(Type), LayoutCompatible(LayoutCompatible),
8339 unsigned LayoutCompatible : 1; member in struct:clang::Sema::TypeTagData
/external/clang/lib/Parse/
H A DParseDecl.cpp1167 bool LayoutCompatible = false; local
1177 LayoutCompatible = true;
1191 LayoutCompatible, MustBeNull,
/external/clang/lib/Sema/
H A DSemaChecking.cpp8035 TypeInfo.LayoutCompatible = I->getLayoutCompatible();
8058 bool LayoutCompatible,
8066 TypeTagData(Type, LayoutCompatible, MustBeNull);
8139 if (!TypeInfo.LayoutCompatible) {
8163 << TypeInfo.LayoutCompatible << RequiredType
8056 RegisterTypeTagForDatatype(const IdentifierInfo *ArgumentKind, uint64_t MagicValue, QualType Type, bool LayoutCompatible, bool MustBeNull) argument

Completed in 622 milliseconds