Searched refs:FirstSize (Results 1 – 1 of 1) sorted by relevance
2973 uint64_t FirstSize = S.Context.getTypeSize(FirstType); in handleTransparentUnionAttr() local2982 if (S.Context.getTypeSize(FieldType) != FirstSize || in handleTransparentUnionAttr()2985 bool isSize = S.Context.getTypeSize(FieldType) != FirstSize; in handleTransparentUnionAttr()2991 unsigned FirstBits = isSize? FirstSize : FirstAlign; in handleTransparentUnionAttr()