Searched refs:ConstId (Results 1 – 1 of 1) sorted by relevance
574 std::string ConstId = (Id + "-const").str(); in matchRelationalIntegerConstantExpr() local607 anyOf(hasLHS(ignoringParenImpCasts(integerLiteral().bind(ConstId))), in matchRelationalIntegerConstantExpr()608 hasRHS(ignoringParenImpCasts(integerLiteral().bind(ConstId))))) in matchRelationalIntegerConstantExpr()