Searched refs:IntendedTy (Results 1 – 1 of 1) sorted by relevance
9944 QualType IntendedTy, in shouldNotPrintDirectly() argument9947 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()10114 QualType IntendedTy = ExprTy; in checkFormatExpr() local10121 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()10127 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()10136 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()10137 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()10155 IntendedTy = CastTy; in checkFormatExpr()10173 if (IntendedTy == ExprTy && !ShouldNotPrintDirectly) { in checkFormatExpr()10207 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()[all …]