Lines Matching defs:CompleteObject
3651 struct CompleteObject {
3659 CompleteObject() : Value(nullptr) {}
3660 CompleteObject(APValue::LValueBase Base, APValue *Value, QualType Type)
3700 findSubobject(EvalInfo &Info, const Expr *E, const CompleteObject &Obj,
3929 const CompleteObject &Obj,
3987 const CompleteObject &Obj,
4053 static CompleteObject findCompleteObject(EvalInfo &Info, const Expr *E,
4058 return CompleteObject();
4063 return CompleteObject();
4075 return CompleteObject();
4091 return CompleteObject();
4109 return CompleteObject();
4115 return CompleteObject();
4117 return CompleteObject(LVal.Base, &V, GD->getType());
4124 return CompleteObject();
4126 return CompleteObject(LVal.Base, const_cast<APValue *>(&GCD->getValue()),
4134 return CompleteObject();
4136 return CompleteObject(LVal.Base, const_cast<APValue *>(&TPO->getValue()),
4154 return CompleteObject();
4178 return CompleteObject();
4183 return CompleteObject();
4187 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4194 return CompleteObject();
4197 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4225 return CompleteObject();
4230 return CompleteObject();
4235 return CompleteObject();
4237 return CompleteObject(LVal.Base, &(*Alloc)->Value,
4276 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4279 return CompleteObject();
4286 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4294 return CompleteObject();
4316 return CompleteObject();
4318 return CompleteObject(LVal.getLValueBase(), BaseVal, BaseType);
4384 CompleteObject LitObj(LVal.Base, &Lit, Base->getType());
4411 CompleteObject Obj = findCompleteObject(Info, Conv, AK, LVal, Type);
4426 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType);
4574 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType);
4721 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType);
5756 CompleteObject Obj = findCompleteObject(Info, E, AK, This, QualType());
6211 CompleteObject Obj =
6799 CompleteObject Obj = findCompleteObject(Info, E, AK_Destroy, This, ThisType);
8181 CompleteObject Obj(APValue::LValueBase(), &Val, BaseTy);
10054 CompleteObject Obj = findCompleteObject(Info, E, AK, Result, AllocType);