Searched refs:IsBitfield (Results 1 – 3 of 3) sorted by relevance
323 const bool IsBitfield = D->isBitField(); in VisitFieldDecl() local324 Hash.AddBoolean(IsBitfield); in VisitFieldDecl()326 if (IsBitfield) { in VisitFieldDecl()
1571 bool IsBitfield = FieldSize && Size != FieldSize; in constructMemberDIE() local1572 if (IsBitfield) { in constructMemberDIE()1616 } else if (!IsBitfield || DD->useDWARF2Bitfields()) in constructMemberDIE()
1780 int IsBitfield = clang_Cursor_isBitField(cursor); in PrintTypeSize() local1781 if (IsBitfield) in PrintTypeSize()