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