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

/external/clang/include/clang/Sema/
H A DAttributeList.h130 unsigned LayoutCompatible : 1; member in struct:clang::AttributeList::TypeTagForDatatypeData
202 ExtraData.LayoutCompatible = layoutCompatible;
335 return getTypeTagForDatatypeDataSlot().LayoutCompatible;
H A DSema.h7187 bool LayoutCompatible, bool MustBeNull);
7192 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : argument
7193 Type(Type), LayoutCompatible(LayoutCompatible),
7201 unsigned LayoutCompatible : 1; member in struct:clang::Sema::TypeTagData
/external/clang/lib/Parse/
H A DParseDecl.cpp1063 bool LayoutCompatible = false; local
1074 LayoutCompatible = true;
1088 MatchingCType.release(), LayoutCompatible,
/external/clang/lib/Sema/
H A DSemaChecking.cpp5962 TypeInfo.LayoutCompatible = I->getLayoutCompatible();
5985 bool LayoutCompatible,
5993 TypeTagData(Type, LayoutCompatible, MustBeNull);
6065 if (!TypeInfo.LayoutCompatible) {
6089 << TypeInfo.LayoutCompatible << RequiredType
5983 RegisterTypeTagForDatatype(const IdentifierInfo *ArgumentKind, uint64_t MagicValue, QualType Type, bool LayoutCompatible, bool MustBeNull) argument

Completed in 206 milliseconds