Home | History | Annotate | Download | only in Sema

Lines Matching refs:SizeArg

3398   const Expr *SizeArg = ignoreLiteralAdditions(Call->getArg(2), Context);
3402 if (const Expr *Ex = getSizeOfExprArg(SizeArg))
3406 if (const CallExpr *SizeCall = dyn_cast<CallExpr>(SizeArg)) {