Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp574 std::string ConstId = (Id + "-const").str(); in matchRelationalIntegerConstantExpr() local
607 anyOf(hasLHS(ignoringParenImpCasts(integerLiteral().bind(ConstId))), in matchRelationalIntegerConstantExpr()
608 hasRHS(ignoringParenImpCasts(integerLiteral().bind(ConstId))))) in matchRelationalIntegerConstantExpr()