Lines Matching refs:IntendedTy
7145 QualType IntendedTy, in shouldNotPrintDirectly() argument
7148 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()
7363 QualType IntendedTy = ExprTy; in checkFormatExpr() local
7365 IntendedTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr()
7367 ExprTy = IntendedTy; in checkFormatExpr()
7385 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
7391 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()
7400 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()
7401 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
7411 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
7421 IntendedTy = CastTy; in checkFormatExpr()
7429 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()
7439 if (IntendedTy == ExprTy && !ShouldNotPrintDirectly && !IsScopedEnum) { in checkFormatExpr()
7462 << IntendedTy << IsEnum << E->getSourceRange(), in checkFormatExpr()
7477 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()
7481 ArgType::MatchKind IntendedMatch = AT.matchesType(S.Context, IntendedTy); in checkFormatExpr()
7523 EmitFormatDiagnostic(S.PDiag(Diag) << Name << IntendedTy << IsEnum in checkFormatExpr()