Searched refs:LayoutCompatible (Results 1 - 4 of 4) sorted by relevance
/external/clang/include/clang/Sema/ |
H A D | AttributeList.h | 130 unsigned LayoutCompatible : 1; member in struct:clang::AttributeList::TypeTagForDatatypeData 202 ExtraData.LayoutCompatible = layoutCompatible; 335 return getTypeTagForDatatypeDataSlot().LayoutCompatible;
|
H A D | Sema.h | 7187 bool LayoutCompatible, bool MustBeNull); 7192 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : argument 7193 Type(Type), LayoutCompatible(LayoutCompatible), 7201 unsigned LayoutCompatible : 1; member in struct:clang::Sema::TypeTagData
|
/external/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1063 bool LayoutCompatible = false; local 1074 LayoutCompatible = true; 1088 MatchingCType.release(), LayoutCompatible,
|
/external/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 5962 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); 5985 bool LayoutCompatible, 5993 TypeTagData(Type, LayoutCompatible, MustBeNull); 6065 if (!TypeInfo.LayoutCompatible) { 6089 << TypeInfo.LayoutCompatible << RequiredType 5983 RegisterTypeTagForDatatype(const IdentifierInfo *ArgumentKind, uint64_t MagicValue, QualType Type, bool LayoutCompatible, bool MustBeNull) argument
|
Completed in 85 milliseconds