Lines Matching refs:Subobj
2979 bool found(APValue &Subobj, QualType SubobjType) { in found()
2980 Result = Subobj; in found()
2991 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()
2993 Info, Subobj.getLValueBase().get<const Expr *>(), Character)); in foundString()
3029 bool found(APValue &Subobj, QualType SubobjType) { in found()
3033 Subobj.swap(NewVal); in found()
3053 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()
3419 bool found(APValue &Subobj, QualType SubobjType) { in found()
3420 switch (Subobj.getKind()) { in found()
3422 return found(Subobj.getInt(), SubobjType); in found()
3424 return found(Subobj.getFloat(), SubobjType); in found()
3431 return foundPointer(Subobj, SubobjType); in found()
3475 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
3494 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
3497 LVal.moveInto(Subobj); in foundPointer()
3500 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()
3546 bool found(APValue &Subobj, QualType SubobjType) { in found()
3550 *Old = Subobj; in found()
3554 switch (Subobj.getKind()) { in found()
3556 return found(Subobj.getInt(), SubobjType); in found()
3558 return found(Subobj.getFloat(), SubobjType); in found()
3560 return found(Subobj.getComplexIntReal(), in found()
3564 return found(Subobj.getComplexFloatReal(), in found()
3568 return foundPointer(Subobj, SubobjType); in found()
3631 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
3644 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
3648 LVal.moveInto(Subobj); in foundPointer()
3651 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()