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;
434 return getTypeTagForDatatypeDataSlot().LayoutCompatible;
H A DSema.h9114 bool LayoutCompatible, bool MustBeNull);
9119 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : argument
9120 Type(Type), LayoutCompatible(LayoutCompatible),
9128 unsigned LayoutCompatible : 1; member in struct:clang::Sema::TypeTagData
/external/clang/lib/Parse/
H A DParseDecl.cpp1290 bool LayoutCompatible = false; local
1300 LayoutCompatible = true;
1314 LayoutCompatible, MustBeNull, Syntax);
/external/clang/lib/Sema/
H A DSemaChecking.cpp9766 TypeInfo.LayoutCompatible = I->getLayoutCompatible();
9789 bool LayoutCompatible,
9797 TypeTagData(Type, LayoutCompatible, MustBeNull);
9870 if (!TypeInfo.LayoutCompatible) {
9894 << TypeInfo.LayoutCompatible << RequiredType
9787 RegisterTypeTagForDatatype(const IdentifierInfo *ArgumentKind, uint64_t MagicValue, QualType Type, bool LayoutCompatible, bool MustBeNull) argument

Completed in 132 milliseconds