Searched refs:IntendedTy (Results 1 – 1 of 1) sorted by relevance
8686 QualType IntendedTy, in shouldNotPrintDirectly() argument8689 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()8850 QualType IntendedTy = ExprTy; in checkFormatExpr() local8857 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()8863 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()8872 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()8873 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()8883 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()8891 IntendedTy = CastTy; in checkFormatExpr()8899 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()[all …]