Searched refs:IntendedTy (Results 1 – 1 of 1) sorted by relevance
3697 QualType IntendedTy, in shouldNotPrintDirectly() argument3700 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()3814 QualType IntendedTy = ExprTy; in checkFormatExpr() local3821 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()3827 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()3836 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()3837 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()3847 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()3849 IntendedTy = CastTy; in checkFormatExpr()3856 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr()[all …]