Home | History | Annotate | Download | only in Sema

Lines Matching refs:SrcArg

4955   const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context);
4982 const DeclRefExpr *SrcArgDRE = dyn_cast<DeclRefExpr>(SrcArg);
5041 const Expr *SrcArg = CE->getArg(1)->IgnoreParenCasts();
5056 else if (referToTheSameDecl(SizeOfArg, SrcArg))
5067 else if (referToTheSameDecl(SrcArg, getSizeOfExprArg(L)))