Searched refs:CastInt (Results 1 – 1 of 1) sorted by relevance
2431 llvm::APSInt CastInt; in CheckCStyleCast() local2432 if (SrcExpr.get()->EvaluateAsInt(CastInt, Self.Context)) { in CheckCStyleCast()2433 if (0 == CastInt) { in CheckCStyleCast()2439 << CastInt.toString(10) << SrcExpr.get()->getSourceRange(); in CheckCStyleCast()