Searched refs:LayoutCompatible (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 173 unsigned LayoutCompatible : 1; member 362 ExtraData.LayoutCompatible = layoutCompatible; in ParsedAttr() 541 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
|
H A D | Sema.h | 12633 bool LayoutCompatible, bool MustBeNull); 12638 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData() 12639 Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData() 12647 unsigned LayoutCompatible : 1; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1520 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local 1530 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute() 1544 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 15769 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType() 15791 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument 15799 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype() 15885 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag() 15909 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Attr.td | 3277 BoolArgument<"LayoutCompatible">,
|