Lines Matching defs:CompleteObject
3844 struct CompleteObject {
3852 CompleteObject() : Value(nullptr) {}
3853 CompleteObject(APValue::LValueBase Base, APValue *Value, QualType Type)
3894 findSubobject(EvalInfo &Info, const Expr *E, const CompleteObject &Obj,
4158 const CompleteObject &Obj,
4216 const CompleteObject &Obj,
4282 static CompleteObject findCompleteObject(EvalInfo &Info, const Expr *E,
4287 return CompleteObject();
4292 return CompleteObject();
4304 return CompleteObject();
4320 return CompleteObject();
4338 return CompleteObject();
4344 return CompleteObject();
4346 return CompleteObject(LVal.Base, &V, GD->getType());
4353 return CompleteObject();
4355 return CompleteObject(LVal.Base, const_cast<APValue *>(&GCD->getValue()),
4363 return CompleteObject();
4365 return CompleteObject(LVal.Base, const_cast<APValue *>(&TPO->getValue()),
4383 return CompleteObject();
4407 return CompleteObject();
4412 return CompleteObject();
4416 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4423 return CompleteObject();
4426 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4454 return CompleteObject();
4459 return CompleteObject();
4464 return CompleteObject();
4466 return CompleteObject(LVal.Base, &(*Alloc)->Value,
4505 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4508 return CompleteObject();
4515 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4523 return CompleteObject();
4545 return CompleteObject();
4547 return CompleteObject(LVal.getLValueBase(), BaseVal, BaseType);
4613 CompleteObject LitObj(LVal.Base, &Lit, Base->getType());
4640 CompleteObject Obj = findCompleteObject(Info, Conv, AK, LVal, Type);
4655 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType);
4803 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType);
4950 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType);
5994 CompleteObject Obj = findCompleteObject(Info, E, AK, This, QualType());
6455 CompleteObject Obj =
7045 CompleteObject Obj = findCompleteObject(Info, E, AK_Destroy, This, ThisType);
8449 CompleteObject Obj(APValue::LValueBase(), &Val, BaseTy);
10404 CompleteObject Obj = findCompleteObject(Info, E, AK, Result, AllocType);
18020 CompleteObject CO =