Home | History | Annotate | Download | only in AST

Lines Matching refs:NewVal

2161   APValue &NewVal;
2180 // We've been given ownership of NewVal, so just swap it in.
2181 Subobj.swap(NewVal);
2187 if (!NewVal.isInt()) {
2192 Value = NewVal.getInt();
2198 Value = NewVal.getFloat();
2213 APValue &NewVal) {
2214 ModifySubobjectHandler Handler = { Info, NewVal, E };
4457 APValue NewVal;
4461 Evaluate(NewVal, this->Info, E->getRHS());
4465 if (!Evaluate(NewVal, this->Info, E->getRHS()))
4469 NewVal);