Home | History | Annotate | Download | only in AST

Lines Matching refs:Arguments

305     /// Arguments - Parameter bindings for this function call, indexed by
307 APValue *Arguments;
318 APValue *Arguments);
822 APValue *Arguments)
824 Index(Info.NextCallIndex++), This(This), Arguments(Arguments) {
1141 const APValue &Arg = Frame->Arguments[ArgIndex];
1932 // Assume arguments of a potential constant expression are unknown
1936 if (!Frame || !Frame->Arguments) {
1940 Result = &Frame->Arguments[PVD->getFunctionScopeIndex()];
3590 /// EvaluateArgs - Evaluate the arguments to a function call.
8803 // Fabricate a call stack frame to give the arguments a plausible cover story.
8809 "Failed to set up arguments for potential constant evaluation");