Searched refs:LayoutCompatible (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 173 unsigned LayoutCompatible : 1; member 362 ExtraData.LayoutCompatible = layoutCompatible; in ParsedAttr() 541 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
|
| H A D | Sema.h | 12736 bool LayoutCompatible, bool MustBeNull); 12741 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData() 12742 Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData() 12750 unsigned LayoutCompatible : 1; member
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1520 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local 1530 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute() 1544 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 16110 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType() 16132 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument 16140 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype() 16226 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag() 16250 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 3304 BoolArgument<"LayoutCompatible">,
|