Home
last modified time | relevance | path

Searched refs:LayoutCompatible (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h85 unsigned LayoutCompatible : 1; member
270 ExtraData.LayoutCompatible = layoutCompatible; in ParsedAttr()
447 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
H A DSema.h14110 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 DParseDecl.cpp1698 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 DSemaChecking.cpp19299 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 DAttr.td3723 BoolArgument<"LayoutCompatible">,