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