Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp3058 bool isSize = S.Context.getTypeSize(FieldType) != FirstSize; in handleTransparentUnionAttr() local
3059 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()