Lines Matching defs:ModifySubobjectHandler
2388 struct ModifySubobjectHandler { struct
2389 EvalInfo &Info;
2390 APValue &NewVal;
2391 const Expr *E;
2393 typedef bool result_type;
2394 static const AccessKinds AccessKind = AK_Assign;
2396 bool checkConst(QualType QT) { in checkConst()
2405 bool failed() { return false; } in failed()
2406 bool found(APValue &Subobj, QualType SubobjType) { in found()
2413 bool found(APSInt &Value, QualType SubobjType) { in found()
2424 bool found(APFloat &Value, QualType SubobjType) { in found()
2430 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()