Home | History | Annotate | Download | only in AST

Lines Matching refs:Arguments

325     /// Arguments - Parameter bindings for this function call, indexed by
327 APValue *Arguments;
338 APValue *Arguments);
898 APValue *Arguments)
900 Index(Info.NextCallIndex++), This(This), Arguments(Arguments) {
1221 const APValue &Arg = Frame->Arguments[ArgIndex];
2033 // Assume arguments of a potential constant expression are unknown
2037 if (!Frame || !Frame->Arguments) {
2041 Result = &Frame->Arguments[PVD->getFunctionScopeIndex()];
3789 /// EvaluateArgs - Evaluate the arguments to a function call.
9556 // Fabricate a call stack frame to give the arguments a plausible cover story.
9562 "Failed to set up arguments for potential constant evaluation");