Home | History | Annotate | Download | only in AST

Lines Matching refs:NewVal

2305   APValue &NewVal;
2324 // We've been given ownership of NewVal, so just swap it in.
2325 Subobj.swap(NewVal);
2331 if (!NewVal.isInt()) {
2336 Value = NewVal.getInt();
2342 Value = NewVal.getFloat();
2357 APValue &NewVal) {
2358 ModifySubobjectHandler Handler = { Info, NewVal, E };
4609 APValue NewVal;
4613 Evaluate(NewVal, this->Info, E->getRHS());
4617 if (!Evaluate(NewVal, this->Info, E->getRHS()))
4621 NewVal);