Lines Matching refs:IntendedTy
9944 QualType IntendedTy, in shouldNotPrintDirectly() argument
9947 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()
10114 QualType IntendedTy = ExprTy; in checkFormatExpr() local
10121 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
10127 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()
10136 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()
10137 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
10147 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
10155 IntendedTy = CastTy; in checkFormatExpr()
10163 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()
10173 if (IntendedTy == ExprTy && !ShouldNotPrintDirectly) { in checkFormatExpr()
10192 << IntendedTy << IsEnum << E->getSourceRange(), in checkFormatExpr()
10207 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()
10211 if (!AT.matchesType(S.Context, IntendedTy) || ShouldNotPrintDirectly) in checkFormatExpr()
10246 EmitFormatDiagnostic(S.PDiag(Diag) << Name << IntendedTy << IsEnum in checkFormatExpr()