Lines Matching defs:Scratch
2081 APValue Scratch;
2082 if (!Evaluate(Scratch, Info, E))
16778 EvalResult Scratch;
16779 return EvaluateAsRValue(Scratch, Ctx, InConstantContext) &&
16780 HandleConversionToBool(Scratch.Val, Result);
17660 APValue Scratch;
17662 ::EvaluateAsRValue(Info, this, Result ? *Result : Scratch) &&
17791 APValue Scratch;
17795 Info.setEvaluatingDecl(This.getLValueBase(), Scratch);
17796 HandleConstructorCall(&VIE, This, Args, CD, Info, Scratch);
17801 &VIE, Args, CallRef(), FD->getBody(), Info, Scratch,