Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DAttributeList.h163 unsigned LayoutCompatible : 1; member
285 ExtraData.LayoutCompatible = layoutCompatible; in AttributeList()
428 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
H A DSema.h8641 bool LayoutCompatible, bool MustBeNull);
8646 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()
8647 Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData()
8655 unsigned LayoutCompatible : 1; member
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8708 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType()
8731 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument
8739 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()
8812 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag()
8836 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp1262 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local
1272 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute()
1286 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DAttr.td1737 BoolArgument<"LayoutCompatible">,