Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h130 unsigned LayoutCompatible : 1; member
202 ExtraData.LayoutCompatible = layoutCompatible; in AttributeList()
335 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
DSema.h7187 bool LayoutCompatible, bool MustBeNull);
7192 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()
7193 Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData()
7201 unsigned LayoutCompatible : 1; member
/external/clang/lib/Sema/
DSemaChecking.cpp5962 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType()
5985 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument
5993 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()
6065 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag()
6089 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
/external/clang/lib/Parse/
DParseDecl.cpp1063 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local
1074 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute()
1088 MatchingCType.release(), LayoutCompatible, in ParseTypeTagForDatatypeAttribute()
/external/clang/include/clang/Basic/
DAttr.td854 BoolArgument<"LayoutCompatible">,