Home
last modified time | relevance | path

Searched refs:ExprText (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp145 const std::string ExprText = in compareExpressionToConstant() local
149 return ExprText + " " + (Negated ? "!=" : "==") + " " + Constant; in compareExpressionToConstant()
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp1157 StringRef ExprText = Lexer::getSourceText( in checkBitwiseExpr()
1161 diag(Loc, "expression always evaluates to '%0'") << ExprText; in checkBitwiseExpr()
1163 StringRef ExprText = Lexer::getSourceText( checkBitwiseExpr() local