Lines Matching defs:DstArg
8905 // pointers if we know the actual size, like if DstArg is 'array+2'
8907 const Expr *DstArg = Call->getArg(0)->IgnoreParenImpCasts();
8908 if (!isConstantSizeArrayWithMoreThanOneElement(DstArg->getType(), Context))
8914 DstArg->printPretty(OS, nullptr, getPrintingPolicy());
8945 const Expr *DstArg = CE->getArg(0)->IgnoreParenCasts();
8958 if (referToTheSameDecl(SizeOfArg, DstArg))
8968 if (referToTheSameDecl(DstArg, getSizeOfExprArg(L)) &&
8969 referToTheSameDecl(DstArg, getStrlenExprArg(R)))
8993 QualType DstTy = DstArg->getType();
9012 DstArg->printPretty(OS, nullptr, getPrintingPolicy());
9015 DstArg->printPretty(OS, nullptr, getPrintingPolicy());