Lines Matching refs:IntendedTy
8483 QualType IntendedTy, in shouldNotPrintDirectly() argument
8486 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()
8644 QualType IntendedTy = ExprTy; in checkFormatExpr() local
8651 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
8657 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()
8666 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()
8667 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
8677 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
8685 IntendedTy = CastTy; in checkFormatExpr()
8693 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()
8703 if (IntendedTy == ExprTy && !ShouldNotPrintDirectly) { in checkFormatExpr()
8722 << IntendedTy << IsEnum << E->getSourceRange(), in checkFormatExpr()
8737 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()
8741 if (!AT.matchesType(S.Context, IntendedTy) || ShouldNotPrintDirectly) in checkFormatExpr()
8776 EmitFormatDiagnostic(S.PDiag(Diag) << Name << IntendedTy << IsEnum in checkFormatExpr()