Lines Matching refs:Subobj
3817 bool found(APValue &Subobj, QualType SubobjType) { in found()
3818 Result = Subobj; in found()
3863 bool found(APValue &Subobj, QualType SubobjType) { in found()
3867 Subobj.swap(NewVal); in found()
4352 bool found(APValue &Subobj, QualType SubobjType) { in found()
4353 switch (Subobj.getKind()) { in found()
4355 return found(Subobj.getInt(), SubobjType); in found()
4357 return found(Subobj.getFloat(), SubobjType); in found()
4364 return foundPointer(Subobj, SubobjType); in found()
4366 return foundVector(Subobj, SubobjType); in found()
4424 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
4443 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
4446 LVal.moveInto(Subobj); in foundPointer()
4494 bool found(APValue &Subobj, QualType SubobjType) { in found()
4498 *Old = Subobj; in found()
4502 switch (Subobj.getKind()) { in found()
4504 return found(Subobj.getInt(), SubobjType); in found()
4506 return found(Subobj.getFloat(), SubobjType); in found()
4508 return found(Subobj.getComplexIntReal(), in found()
4512 return found(Subobj.getComplexFloatReal(), in found()
4516 return foundPointer(Subobj, SubobjType); in found()
4579 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
4592 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
4596 LVal.moveInto(Subobj); in foundPointer()
5591 bool found(APValue &Subobj, QualType SubobjType) { return true; } in found()
5932 bool found(APValue &Subobj, QualType SubobjType) { in found()
5942 if (declaresSameEntity(Subobj.getUnionField(), Field)) { in found()
5945 if (Subobj.getUnionValue().hasValue()) in found()
5957 Subobj.setUnion(Field, Result); in found()
6611 bool found(APValue &Subobj, QualType SubobjType) { in found()
6612 return HandleDestructionImpl(Info, E->getExprLoc(), This, Subobj, in found()
9622 bool found(APValue &Subobj, QualType SubobjType) { in VisitCXXNewExpr()
9630 Value = &Subobj; in VisitCXXNewExpr()