Searched refs:LayoutCompatible (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 130 unsigned LayoutCompatible : 1; member 202 ExtraData.LayoutCompatible = layoutCompatible; in AttributeList() 335 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
|
D | Sema.h | 7187 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/ |
D | SemaChecking.cpp | 5962 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/ |
D | ParseDecl.cpp | 1063 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local 1074 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute() 1088 MatchingCType.release(), LayoutCompatible, in ParseTypeTagForDatatypeAttribute()
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 854 BoolArgument<"LayoutCompatible">,
|