Lines Matching defs:DstArg
9239 // pointers if we know the actual size, like if DstArg is 'array+2'
9241 const Expr *DstArg = Call->getArg(0)->IgnoreParenImpCasts();
9242 if (!isConstantSizeArrayWithMoreThanOneElement(DstArg->getType(), Context))
9248 DstArg->printPretty(OS, nullptr, getPrintingPolicy());
9279 const Expr *DstArg = CE->getArg(0)->IgnoreParenCasts();
9292 if (referToTheSameDecl(SizeOfArg, DstArg))
9302 if (referToTheSameDecl(DstArg, getSizeOfExprArg(L)) &&
9303 referToTheSameDecl(DstArg, getStrlenExprArg(R)))
9327 QualType DstTy = DstArg->getType();
9346 DstArg->printPretty(OS, nullptr, getPrintingPolicy());
9349 DstArg->printPretty(OS, nullptr, getPrintingPolicy());