Searched refs:CharIsUnsigned (Results 1 – 1 of 1) sorted by relevance
1574 bool CharIsUnsigned = CharTy->isUnsignedIntegerType(); in ActOnStringLiteral() local1575 llvm::APSInt Value(CharBits, CharIsUnsigned); in ActOnStringLiteral()3062 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType(); in ActOnNumericConstant() local3063 llvm::APSInt Value(CharBits, CharIsUnsigned); in ActOnNumericConstant()