Searched refs:LayoutCompatible (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 198 unsigned LayoutCompatible : 1; member 387 ExtraData.LayoutCompatible = layoutCompatible; in ParsedAttr() 566 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
|
| H A D | Sema.h | 13657 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 D | ParseDecl.cpp | 1584 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 D | SemaChecking.cpp | 17503 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 D | Attr.td | 3457 BoolArgument<"LayoutCompatible">,
|