Lines Matching refs:Arg
815 Expr *Arg = Exprs[0];
816 return BuildCXXFunctionalCastExpr(TInfo, LParenLoc, Arg, RParenLoc);
2192 Expr *Arg = Ex.get();
2193 if (!Context.hasSameType(Arg->getType(), Context.VoidPtrTy))
2194 Arg = ImplicitCastExpr::Create(Context, Context.VoidPtrTy,
2195 CK_BitCast, Arg, 0, VK_RValue);
2197 &Arg, 1, TUDecl, /*AllowMissing=*/false,
2343 assert(!From->getType()->isPointerType() && "Arg can't have pointer type!");
2358 S.CheckMemberOperatorAccess(CastLoc, From, /*arg*/ 0, FoundDecl);
4088 Expr *Arg = E.take();
4089 InitializationSequence InitSeq(Self, Entity, Kind, &Arg, 1);
4090 ExprResult Result = InitSeq.Perform(Self, Entity, Kind, Arg);