Searched refs:LayoutCompatible (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
H A DAttributeList.h163 unsigned LayoutCompatible : 1; member in struct:clang::AttributeList::TypeTagForDatatypeData
285 ExtraData.LayoutCompatible = layoutCompatible;
428 return getTypeTagForDatatypeDataSlot().LayoutCompatible;
H A DSema.h8325 bool LayoutCompatible, bool MustBeNull);
8330 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : argument
8331 Type(Type), LayoutCompatible(LayoutCompatible),
8339 unsigned LayoutCompatible : 1; member in struct:clang::Sema::TypeTagData
/external/clang/lib/Parse/
H A DParseDecl.cpp1167 bool LayoutCompatible = false; local
1177 LayoutCompatible = true;
1191 LayoutCompatible, MustBeNull,

Completed in 72 milliseconds