Searched refs:CastTyName (Results 1 – 1 of 1) sorted by relevance
8369 bool ShouldNotPrintDirectly = false; StringRef CastTyName; in checkFormatExpr() local8372 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()8378 (CastTyName == "NSInteger" || CastTyName == "NSUInteger") && in checkFormatExpr()8480 Name = CastTyName; in checkFormatExpr()