Searched refs:LayoutCompatible (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 163 unsigned LayoutCompatible : 1; member 285 ExtraData.LayoutCompatible = layoutCompatible; in AttributeList() 428 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
|
D | Sema.h | 8325 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/ |
D | ParseDecl.cpp | 1167 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local 1177 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute() 1191 LayoutCompatible, MustBeNull, in ParseTypeTagForDatatypeAttribute()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 8035 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/ |
D | Attr.td | 1649 BoolArgument<"LayoutCompatible">,
|