Searched refs:CastTyName (Results 1 – 2 of 2) sorted by relevance
8674 bool ShouldNotPrintDirectly = false; StringRef CastTyName; in checkFormatExpr() local8677 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()8681 if ((CastTyName == "NSInteger" || CastTyName == "NSUInteger") && in checkFormatExpr()8772 Name = CastTyName; in checkFormatExpr()
5203 bool ShouldNotPrintDirectly = false; StringRef CastTyName; in checkFormatExpr() local5206 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()5285 Name = CastTyName; in checkFormatExpr()