Searched refs:isSize (Results 1 – 1 of 1) sorted by relevance
3058 bool isSize = S.Context.getTypeSize(FieldType) != FirstSize; in handleTransparentUnionAttr() local3059 unsigned FieldBits = isSize? S.Context.getTypeSize(FieldType) in handleTransparentUnionAttr()3063 << isSize << Field->getDeclName() << FieldBits; in handleTransparentUnionAttr()3064 unsigned FirstBits = isSize? FirstSize : FirstAlign; in handleTransparentUnionAttr()3067 << isSize << FirstBits; in handleTransparentUnionAttr()