Home
last modified time | relevance | path

Searched refs:LayoutCompatible (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
DAttributeList.h185 unsigned LayoutCompatible : 1; member
307 ExtraData.LayoutCompatible = layoutCompatible; in AttributeList()
476 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
DSema.h9489 bool LayoutCompatible, bool MustBeNull);
9494 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()
9495 Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData()
9503 unsigned LayoutCompatible : 1; member
/external/clang/lib/Parse/
DParseDecl.cpp1321 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local
1331 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute()
1345 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
/external/clang/lib/Sema/
DSemaChecking.cpp10787 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType()
10810 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument
10818 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()
10891 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag()
10915 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
/external/clang/include/clang/Basic/
DAttr.td2063 BoolArgument<"LayoutCompatible">,