Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h89 unsigned LayoutCompatible : 1;
284 ExtraData.LayoutCompatible = layoutCompatible; in ParsedAttr()
467 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
H A DSema.h2232 bool LayoutCompatible, bool MustBeNull);
2237 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) in TypeTagData()
2238 : Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData()
2246 unsigned LayoutCompatible : 1;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1805 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local
1815 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute()
1829 LayoutCompatible, MustBeNull, Form); in ParseTypeTagForDatatypeAttribute()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13960 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType()
13982 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument
13990 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()
14076 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag()
14100 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3918 BoolArgument<"LayoutCompatible">,