Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h163 unsigned LayoutCompatible : 1; member
285 ExtraData.LayoutCompatible = layoutCompatible; in AttributeList()
434 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
DSema.h9114 bool LayoutCompatible, bool MustBeNull);
9119 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()
9120 Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData()
9128 unsigned LayoutCompatible : 1; member
/external/clang/lib/Parse/
DParseDecl.cpp1290 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local
1300 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute()
1314 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
/external/clang/lib/Sema/
DSemaChecking.cpp9766 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType()
9789 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument
9797 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()
9870 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag()
9894 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
/external/clang/include/clang/Basic/
DAttr.td1928 BoolArgument<"LayoutCompatible">,