Searched refs:LayoutCompatible (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 82 unsigned LayoutCompatible : 1; member 299 ExtraData.LayoutCompatible = layoutCompatible; in ParsedAttr() 516 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
|
| H A D | Sema.h | 10645 bool LayoutCompatible, bool MustBeNull); 10650 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData() 10651 Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData() 10659 unsigned LayoutCompatible : 1; member
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1517 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local 1527 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute() 1541 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 13619 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType() 13641 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument 13649 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype() 13735 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag() 13759 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Attr.td | 2716 BoolArgument<"LayoutCompatible">,
|