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()
428 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
DSema.h8325 bool LayoutCompatible, bool MustBeNull);
8330 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()
8331 Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData()
8339 unsigned LayoutCompatible : 1; member
/external/clang/lib/Parse/
DParseDecl.cpp1167 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local
1177 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute()
1191 LayoutCompatible, MustBeNull, in ParseTypeTagForDatatypeAttribute()
/external/clang/lib/Sema/
DSemaChecking.cpp8035 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType()
8058 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument
8066 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()
8139 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag()
8163 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
/external/clang/include/clang/Basic/
DAttr.td1649 BoolArgument<"LayoutCompatible">,