Home | History | Annotate | Download | only in Sema

Lines Matching refs:SrcArg

3722   const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context);
3745 const DeclRefExpr *SrcArgDRE = dyn_cast<DeclRefExpr>(SrcArg);
3804 const Expr *SrcArg = CE->getArg(1)->IgnoreParenCasts();
3815 else if (referToTheSameDecl(SizeOfArg, SrcArg))
3826 else if (referToTheSameDecl(SrcArg, getSizeOfExprArg(L)))