Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h173 unsigned LayoutCompatible : 1; member
362 ExtraData.LayoutCompatible = layoutCompatible; in ParsedAttr()
541 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
H A DSema.h12736 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 DParseDecl.cpp1520 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 DSemaChecking.cpp16110 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 DAttr.td3304 BoolArgument<"LayoutCompatible">,