Home | History | Annotate | Download | only in Sema

Lines Matching full:srcarg

5443   const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context);
5470 const DeclRefExpr *SrcArgDRE = dyn_cast<DeclRefExpr>(SrcArg);
5529 const Expr *SrcArg = CE->getArg(1)->IgnoreParenCasts();
5544 else if (referToTheSameDecl(SizeOfArg, SrcArg))
5555 else if (referToTheSameDecl(SrcArg, getSizeOfExprArg(L)))