Lines Matching refs:Arguments
326 /// Arguments - Parameter bindings for this function call, indexed by
328 APValue *Arguments;
339 APValue *Arguments);
964 APValue *Arguments)
966 Index(Info.NextCallIndex++), This(This), Arguments(Arguments) {
1297 const APValue &Arg = Frame->Arguments[ArgIndex];
2114 // Assume arguments of a potential constant expression are unknown
2118 if (!Frame || !Frame->Arguments) {
2122 Result = &Frame->Arguments[PVD->getFunctionScopeIndex()];
3924 /// EvaluateArgs - Evaluate the arguments to a function call.
5711 return HandleConstructorCall(E, This, Info.CurrentCall->Arguments,
9874 // Fabricate a call stack frame to give the arguments a plausible cover story.
9880 "Failed to set up arguments for potential constant evaluation");