Searched refs:IntendedTy (Results 1 – 1 of 1) sorted by relevance
4172 QualType IntendedTy, in shouldNotPrintDirectly() argument4175 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()4289 QualType IntendedTy = ExprTy; in checkFormatExpr() local4296 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()4302 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()4311 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()4312 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()4322 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()4324 IntendedTy = CastTy; in checkFormatExpr()4331 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr()[all …]