Searched refs:IntendedTy (Results 1 – 1 of 1) sorted by relevance
11947 QualType IntendedTy, in shouldNotPrintDirectly() argument11950 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()12130 QualType IntendedTy = ExprTy; in checkFormatExpr() local12132 IntendedTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr()12134 ExprTy = IntendedTy; in checkFormatExpr()12152 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()12158 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()12167 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()12168 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()12188 IntendedTy = CastTy; in checkFormatExpr()[all …]