Lines Matching refs:Subobj
2538 bool found(APValue &Subobj, QualType SubobjType) { in found()
2539 Result = Subobj; in found()
2550 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()
2552 Info, Subobj.getLValueBase().get<const Expr *>(), Character)); in foundString()
2588 bool found(APValue &Subobj, QualType SubobjType) { in found()
2592 Subobj.swap(NewVal); in found()
2612 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()
2977 bool found(APValue &Subobj, QualType SubobjType) { in found()
2978 switch (Subobj.getKind()) { in found()
2980 return found(Subobj.getInt(), SubobjType); in found()
2982 return found(Subobj.getFloat(), SubobjType); in found()
2989 return foundPointer(Subobj, SubobjType); in found()
3021 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
3040 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
3043 LVal.moveInto(Subobj); in foundPointer()
3046 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()
3092 bool found(APValue &Subobj, QualType SubobjType) { in found()
3096 *Old = Subobj; in found()
3100 switch (Subobj.getKind()) { in found()
3102 return found(Subobj.getInt(), SubobjType); in found()
3104 return found(Subobj.getFloat(), SubobjType); in found()
3106 return found(Subobj.getComplexIntReal(), in found()
3110 return found(Subobj.getComplexFloatReal(), in found()
3114 return foundPointer(Subobj, SubobjType); in found()
3179 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
3192 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
3196 LVal.moveInto(Subobj); in foundPointer()
3199 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()