Lines Matching refs:IntendedTy
5056 QualType IntendedTy, in shouldNotPrintDirectly() argument
5059 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()
5173 QualType IntendedTy = ExprTy; in checkFormatExpr() local
5180 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
5186 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()
5195 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()
5196 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
5206 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
5208 IntendedTy = CastTy; in checkFormatExpr()
5215 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr()
5226 if (IntendedTy == ExprTy && !ShouldNotPrintDirectly) { in checkFormatExpr()
5235 << IntendedTy << IsEnum << E->getSourceRange(), in checkFormatExpr()
5250 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()
5254 if (!AT.matchesType(S.Context, IntendedTy)) in checkFormatExpr()
5287 << Name << IntendedTy << IsEnum in checkFormatExpr()