Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getBitWidthValue

2628         uint64_t Size = i->getBitWidthValue(getContext());
4128 FD->isBitField() && FD->getBitWidthValue(getContext()) == 0)
5900 FD->isBitField() && FD->getBitWidthValue(getContext()) == 0)
7617 OS << Field->getBitWidthValue(CGM.getContext());