Searched refs:LayoutCompatible (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 85 unsigned LayoutCompatible : 1; member 270 ExtraData.LayoutCompatible = layoutCompatible; in ParsedAttr() 447 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
|
| H A D | Sema.h | 14110 bool LayoutCompatible, bool MustBeNull); 14115 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData() 14116 Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData() 14125 unsigned LayoutCompatible : 1;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1698 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local 1708 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute() 1722 LayoutCompatible, MustBeNull, Form); in ParseTypeTagForDatatypeAttribute()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 19299 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType() 19321 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument 19329 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype() 19415 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag() 19439 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 3723 BoolArgument<"LayoutCompatible">,
|