Searched refs:IntendedTy (Results 1 – 1 of 1) sorted by relevance
8106 QualType IntendedTy, in shouldNotPrintDirectly() argument8109 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()8324 QualType IntendedTy = ExprTy; in checkFormatExpr() local8326 IntendedTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr()8328 ExprTy = IntendedTy; in checkFormatExpr()8346 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()8352 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()8361 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()8362 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()8372 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()[all …]