Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedAttr.h82 unsigned LayoutCompatible : 1; member
299 ExtraData.LayoutCompatible = layoutCompatible; in ParsedAttr()
516 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
H A DSema.h10645 bool LayoutCompatible, bool MustBeNull);
10650 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()
10651 Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData()
10659 unsigned LayoutCompatible : 1; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp1517 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local
1527 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute()
1541 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp13619 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType()
13641 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument
13649 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()
13735 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag()
13759 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td2716 BoolArgument<"LayoutCompatible">,