Lines Matching full:subobj
2442 bool found(APValue &Subobj, QualType SubobjType) {
2443 Result = Subobj;
2454 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) {
2456 Info, Subobj.getLValueBase().get<const Expr *>(), Character));
2492 bool found(APValue &Subobj, QualType SubobjType) {
2496 Subobj.swap(NewVal);
2516 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) {
2873 bool found(APValue &Subobj, QualType SubobjType) {
2874 switch (Subobj.getKind()) {
2876 return found(Subobj.getInt(), SubobjType);
2878 return found(Subobj.getFloat(), SubobjType);
2885 return foundPointer(Subobj, SubobjType);
2917 bool foundPointer(APValue &Subobj, QualType SubobjType) {
2936 LVal.setFrom(Info.Ctx, Subobj);
2939 LVal.moveInto(Subobj);
2942 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) {
2988 bool found(APValue &Subobj, QualType SubobjType) {
2992 *Old = Subobj;
2996 switch (Subobj.getKind()) {
2998 return found(Subobj.getInt(), SubobjType);
3000 return found(Subobj.getFloat(), SubobjType);
3002 return found(Subobj.getComplexIntReal(),
3006 return found(Subobj.getComplexFloatReal(),
3010 return foundPointer(Subobj, SubobjType);
3075 bool foundPointer(APValue &Subobj, QualType SubobjType) {
3088 LVal.setFrom(Info.Ctx, Subobj);
3092 LVal.moveInto(Subobj);
3095 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) {