Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp2985 bool isSize = S.Context.getTypeSize(FieldType) != FirstSize; in handleTransparentUnionAttr() local
2986 unsigned FieldBits = isSize? S.Context.getTypeSize(FieldType) in handleTransparentUnionAttr()
2990 << isSize << Field->getDeclName() << FieldBits; in handleTransparentUnionAttr()
2991 unsigned FirstBits = isSize? FirstSize : FirstAlign; in handleTransparentUnionAttr()
2994 << isSize << FirstBits; in handleTransparentUnionAttr()