Searched refs:IntendedTy (Results 1 – 1 of 1) sorted by relevance
5056 QualType IntendedTy, in shouldNotPrintDirectly() argument5059 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()5173 QualType IntendedTy = ExprTy; in checkFormatExpr() local5180 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()[all …]