Searched refs:LayoutCompatible (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 89 unsigned LayoutCompatible : 1; 284 ExtraData.LayoutCompatible = layoutCompatible; in ParsedAttr() 467 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
|
H A D | Sema.h | 2232 bool LayoutCompatible, bool MustBeNull); 2237 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) in TypeTagData() 2238 : Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData() 2246 unsigned LayoutCompatible : 1;
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1805 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local 1815 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute() 1829 LayoutCompatible, MustBeNull, Form); in ParseTypeTagForDatatypeAttribute()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 13960 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType() 13982 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument 13990 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype() 14076 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag() 14100 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 3918 BoolArgument<"LayoutCompatible">,
|