Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h198 unsigned LayoutCompatible : 1; member
387 ExtraData.LayoutCompatible = layoutCompatible; in ParsedAttr()
566 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
H A DSema.h13280 bool LayoutCompatible, bool MustBeNull);
13285 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()
13286 Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData()
13294 unsigned LayoutCompatible : 1; member
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp1575 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local
1585 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute()
1599 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp17224 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType()
17246 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument
17254 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()
17340 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag()
17364 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td3445 BoolArgument<"LayoutCompatible">,