Lines Matching defs:Scratch
1026 APValue Scratch;
1027 if (!Evaluate(Scratch, Info, E)) {
7908 EvalResult Scratch;
7909 return EvaluateAsRValue(Scratch, Ctx) &&
7910 HandleConversionToBool(Scratch.Val, Result);
8484 APValue Scratch;
8485 bool IsConstExpr = ::EvaluateAsRValue(Info, this, Result ? *Result : Scratch);
8526 APValue Scratch;
8530 Info.setEvaluatingDecl(This.getLValueBase(), Scratch);
8531 HandleConstructorCall(Loc, This, Args, CD, Info, Scratch);
8534 Args, FD->getBody(), Info, Scratch);