Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp491 std::string CstId = (Id + "-const").str(); in matchIntegerConstantExpr() local
492 return expr(isIntegerConstantExpr()).bind(CstId); in matchIntegerConstantExpr()
501 std::string CstId = (Id + "-const").str(); in retrieveIntegerConstantExpr() local
502 ConstExpr = Result.Nodes.getNodeAs<Expr>(CstId); in retrieveIntegerConstantExpr()