Searched refs:CharIsUnsigned (Results 1 – 1 of 1) sorted by relevance
1636 bool CharIsUnsigned = CharTy->isUnsignedIntegerType(); in ActOnStringLiteral() local1637 llvm::APSInt Value(CharBits, CharIsUnsigned); in ActOnStringLiteral()3276 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType(); in ActOnNumericConstant() local3277 llvm::APSInt Value(CharBits, CharIsUnsigned); in ActOnNumericConstant()