Searched refs:isSize (Results 1 – 1 of 1) sorted by relevance
2985 bool isSize = S.Context.getTypeSize(FieldType) != FirstSize; in handleTransparentUnionAttr() local2986 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()