Lines Matching defs:ModifySubobjectHandler
3011 struct ModifySubobjectHandler { struct
3012 EvalInfo &Info;
3013 APValue &NewVal;
3014 const Expr *E;
3016 typedef bool result_type;
3017 static const AccessKinds AccessKind = AK_Assign;
3019 bool checkConst(QualType QT) { in checkConst()
3028 bool failed() { return false; } in failed()
3029 bool found(APValue &Subobj, QualType SubobjType) { in found()
3036 bool found(APSInt &Value, QualType SubobjType) { in found()
3047 bool found(APFloat &Value, QualType SubobjType) { in found()
3053 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()