Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h13657 bool LayoutCompatible, bool MustBeNull);
13662 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()
13663 Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData()
13671 unsigned LayoutCompatible : 1; member
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp1584 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local
1594 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute()
1608 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp17503 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType()
17525 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument
17533 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()
17619 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag()
17643 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td3457 BoolArgument<"LayoutCompatible">,