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

/external/clang/include/clang/Sema/
H A DAttributeList.h185 unsigned LayoutCompatible : 1; member in struct:clang::AttributeList::TypeTagForDatatypeData
307 ExtraData.LayoutCompatible = layoutCompatible;
476 return getTypeTagForDatatypeDataSlot().LayoutCompatible;
H A DSema.h9489 bool LayoutCompatible, bool MustBeNull);
9494 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : argument
9495 Type(Type), LayoutCompatible(LayoutCompatible),
9503 unsigned LayoutCompatible : 1; member in struct:clang::Sema::TypeTagData
/external/clang/lib/Parse/
H A DParseDecl.cpp1321 bool LayoutCompatible = false; local
1331 LayoutCompatible = true;
1345 LayoutCompatible, MustBeNull, Syntax);
/external/clang/lib/Sema/
H A DSemaChecking.cpp10787 TypeInfo.LayoutCompatible = I->getLayoutCompatible();
10810 bool LayoutCompatible,
10818 TypeTagData(Type, LayoutCompatible, MustBeNull);
10891 if (!TypeInfo.LayoutCompatible) {
10915 << TypeInfo.LayoutCompatible << RequiredType
10808 RegisterTypeTagForDatatype(const IdentifierInfo *ArgumentKind, uint64_t MagicValue, QualType Type, bool LayoutCompatible, bool MustBeNull) argument

Completed in 218 milliseconds