Home | History | Annotate | Download | only in AST

Lines Matching defs:Arguments

156       // Note that non-type template arguments of class type are emitted as
493 /// A reference to a particular call and its arguments.
508 /// The callee at the point where the arguments were evaluated. This might
533 /// Information on how to find the arguments to this call. Our arguments
536 CallRef Arguments;
586 CallRef Arguments);
1441 Arguments(Call), CallLoc(CallLoc), Index(Info.NextCallIndex++) {
1934 APValue *V = Info.getParamSlot(Arguments, Param);
2079 if (F->Arguments.CallIndex == Base.getCallIndex() &&
2080 F->Arguments.Version == Base.getVersion() && F->Callee &&
6011 /// Evaluate the arguments to a function call.
6055 APValue *RefValue = Info.getParamSlot(Frame->Arguments, Param);
7591 assert(Args.size() == 2 && "wrong number of arguments in assignment");
7660 // Evaluate the arguments now if we've not already done so.
8186 if (CurrFrame->Arguments) {
8187 VD = CurrFrame->Arguments.getOrigParam(PVD);
8189 Info.getCallFrameAndDepth(CurrFrame->Arguments.CallIndex).first;
8190 Version = CurrFrame->Arguments.Version;
9945 return HandleConstructorCall(E, This, Info.CurrentCall->Arguments,
15695 // Fabricate a call stack frame to give the arguments a plausible cover story.