Searched refs:LayoutCompatible (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 185 unsigned LayoutCompatible : 1; member 307 ExtraData.LayoutCompatible = layoutCompatible; in AttributeList() 476 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
|
D | Sema.h | 9489 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/ |
D | ParseDecl.cpp | 1321 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local 1331 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute() 1345 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 10787 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/ |
D | Attr.td | 2063 BoolArgument<"LayoutCompatible">,
|