Searched refs:LayoutCompatible (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | AttributeList.h | 163 unsigned LayoutCompatible : 1; member 285 ExtraData.LayoutCompatible = layoutCompatible; in AttributeList() 428 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
|
| H A D | Sema.h | 8641 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 D | SemaChecking.cpp | 8708 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 D | ParseDecl.cpp | 1262 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 D | Attr.td | 1737 BoolArgument<"LayoutCompatible">,
|