Lines Matching refs:LenArg
3539 unsigned LenArg = (BId == Builtin::BIstrndup ? 1 : 2);
3540 const Expr *LenExpr = Call->getArg(LenArg)->IgnoreParenImpCasts();
3805 const Expr *LenArg = CE->getArg(2)->IgnoreParenCasts();
3810 if (const Expr *SizeOfArg = getSizeOfExprArg(LenArg)) {
3817 } else if (const BinaryOperator *BE = dyn_cast<BinaryOperator>(LenArg)) {
3835 SourceLocation SL = LenArg->getLocStart();
3836 SourceRange SR = LenArg->getSourceRange();