Lines Matching refs:IntendedTy
11947 QualType IntendedTy, in shouldNotPrintDirectly() argument
11950 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()
12130 QualType IntendedTy = ExprTy; in checkFormatExpr() local
12132 IntendedTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr()
12134 ExprTy = IntendedTy; in checkFormatExpr()
12152 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
12158 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()
12167 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()
12168 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
12178 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
12188 IntendedTy = CastTy; in checkFormatExpr()
12196 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()
12206 if (IntendedTy == ExprTy && !ShouldNotPrintDirectly && !IsScopedEnum) { in checkFormatExpr()
12228 << IntendedTy << IsEnum << E->getSourceRange(), in checkFormatExpr()
12243 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()
12247 if (AT.matchesType(S.Context, IntendedTy) != ArgType::Match || in checkFormatExpr()
12287 EmitFormatDiagnostic(S.PDiag(Diag) << Name << IntendedTy << IsEnum in checkFormatExpr()