Lines Matching refs:IntendedTy
8686 QualType IntendedTy, in shouldNotPrintDirectly() argument
8689 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()
8850 QualType IntendedTy = ExprTy; in checkFormatExpr() local
8857 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
8863 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()
8872 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()
8873 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
8883 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
8891 IntendedTy = CastTy; in checkFormatExpr()
8899 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()
8909 if (IntendedTy == ExprTy && !ShouldNotPrintDirectly) { in checkFormatExpr()
8928 << IntendedTy << IsEnum << E->getSourceRange(), in checkFormatExpr()
8943 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()
8947 if (!AT.matchesType(S.Context, IntendedTy) || ShouldNotPrintDirectly) in checkFormatExpr()
8982 EmitFormatDiagnostic(S.PDiag(Diag) << Name << IntendedTy << IsEnum in checkFormatExpr()