Searched refs:ExprText (Results 1 – 2 of 2) sorted by relevance
145 const std::string ExprText = in compareExpressionToConstant() local149 return ExprText + " " + (Negated ? "!=" : "==") + " " + Constant; in compareExpressionToConstant()
1157 StringRef ExprText = Lexer::getSourceText( in checkBitwiseExpr() 1161 diag(Loc, "expression always evaluates to '%0'") << ExprText; in checkBitwiseExpr() 1163 StringRef ExprText = Lexer::getSourceText( checkBitwiseExpr() local