Searched refs:LayoutCompatible (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 198 unsigned LayoutCompatible : 1; member 387 ExtraData.LayoutCompatible = layoutCompatible; in ParsedAttr() 566 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
|
| H A D | Sema.h | 13280 bool LayoutCompatible, bool MustBeNull); 13285 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData() 13286 Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData() 13294 unsigned LayoutCompatible : 1; member
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1575 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local 1585 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute() 1599 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 17224 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType() 17246 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument 17254 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype() 17340 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag() 17364 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Attr.td | 3445 BoolArgument<"LayoutCompatible">,
|