Searched refs:IntendedTy (Results 1 – 1 of 1) sorted by relevance
7145 QualType IntendedTy, in shouldNotPrintDirectly() argument7148 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()7363 QualType IntendedTy = ExprTy; in checkFormatExpr() local7365 IntendedTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr()7367 ExprTy = IntendedTy; in checkFormatExpr()7385 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()7391 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()7400 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()7401 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()7411 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()[all …]