Lines Matching refs:IntendedTy
3697 QualType IntendedTy, in shouldNotPrintDirectly() argument
3700 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()
3814 QualType IntendedTy = ExprTy; in checkFormatExpr() local
3821 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()
3867 if (IntendedTy == ExprTy && !ShouldNotPrintDirectly) { in checkFormatExpr()
3876 << IntendedTy << IsEnum << E->getSourceRange(), in checkFormatExpr()
3892 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()
3896 if (!AT.matchesType(S.Context, IntendedTy)) in checkFormatExpr()
3929 << Name << IntendedTy << IsEnum in checkFormatExpr()