Home | History | Annotate | Download | only in Sema

Lines Matching refs:DstArg

4997   // pointers if we know the actual size, like if DstArg is 'array+2'
4999 const Expr *DstArg = Call->getArg(0)->IgnoreParenImpCasts();
5000 if (!isConstantSizeArrayWithMoreThanOneElement(DstArg->getType(), Context))
5006 DstArg->printPretty(OS, nullptr, getPrintingPolicy());
5040 const Expr *DstArg = CE->getArg(0)->IgnoreParenCasts();
5053 if (referToTheSameDecl(SizeOfArg, DstArg))
5063 if (referToTheSameDecl(DstArg, getSizeOfExprArg(L)) &&
5064 referToTheSameDecl(DstArg, getStrlenExprArg(R)))
5088 QualType DstTy = DstArg->getType();
5107 DstArg->printPretty(OS, nullptr, getPrintingPolicy());
5110 DstArg->printPretty(OS, nullptr, getPrintingPolicy());