Lines Matching refs:Subobj

3803   bool found(APValue &Subobj, QualType SubobjType) {  in found()
3804 Result = Subobj; in found()
3849 bool found(APValue &Subobj, QualType SubobjType) { in found()
3853 Subobj.swap(NewVal); in found()
4304 bool found(APValue &Subobj, QualType SubobjType) { in found()
4305 switch (Subobj.getKind()) { in found()
4307 return found(Subobj.getInt(), SubobjType); in found()
4309 return found(Subobj.getFloat(), SubobjType); in found()
4316 return foundPointer(Subobj, SubobjType); in found()
4318 return foundVector(Subobj, SubobjType); in found()
4376 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
4395 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
4398 LVal.moveInto(Subobj); in foundPointer()
4446 bool found(APValue &Subobj, QualType SubobjType) { in found()
4450 *Old = Subobj; in found()
4454 switch (Subobj.getKind()) { in found()
4456 return found(Subobj.getInt(), SubobjType); in found()
4458 return found(Subobj.getFloat(), SubobjType); in found()
4460 return found(Subobj.getComplexIntReal(), in found()
4464 return found(Subobj.getComplexFloatReal(), in found()
4468 return foundPointer(Subobj, SubobjType); in found()
4531 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
4544 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
4548 LVal.moveInto(Subobj); in foundPointer()
5509 bool found(APValue &Subobj, QualType SubobjType) { return true; } in found()
5850 bool found(APValue &Subobj, QualType SubobjType) { in found()
5860 if (declaresSameEntity(Subobj.getUnionField(), Field)) { in found()
5863 if (Subobj.getUnionValue().hasValue()) in found()
5875 Subobj.setUnion(Field, Result); in found()
6532 bool found(APValue &Subobj, QualType SubobjType) { in found()
6533 return HandleDestructionImpl(Info, E->getExprLoc(), This, Subobj, in found()
9491 bool found(APValue &Subobj, QualType SubobjType) { in VisitCXXNewExpr()
9499 Value = &Subobj; in VisitCXXNewExpr()