Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h173 unsigned LayoutCompatible : 1; member
362 ExtraData.LayoutCompatible = layoutCompatible; in ParsedAttr()
541 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
H A DSema.h12633 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 DParseDecl.cpp1520 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 DSemaChecking.cpp15769 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 DAttr.td3277 BoolArgument<"LayoutCompatible">,