Searched refs:IsBitfield (Results 1 – 2 of 2) sorted by relevance
1388 bool IsBitfield = FieldSize && Size != FieldSize; in constructMemberDIE() local1389 if (IsBitfield) { in constructMemberDIE()1427 } else if (!IsBitfield || DD->useDWARF2Bitfields()) in constructMemberDIE()
1464 int IsBitfield = clang_Cursor_isBitField(cursor); in PrintTypeSize() local1465 if (IsBitfield) in PrintTypeSize()