Home | History | Annotate | Download | only in Sema

Lines Matching refs:CharBits

1601     unsigned CharBits = Context.getIntWidth(CharTy);
1603 llvm::APSInt Value(CharBits, CharIsUnsigned);
3281 unsigned CharBits = Context.getIntWidth(Context.CharTy);
3283 llvm::APSInt Value(CharBits, CharIsUnsigned);