Lines Matching defs:ModifySubobjectHandler
2474 struct ModifySubobjectHandler { struct
2475 EvalInfo &Info;
2476 APValue &NewVal;
2477 const Expr *E;
2479 typedef bool result_type;
2480 static const AccessKinds AccessKind = AK_Assign;
2482 bool checkConst(QualType QT) { in checkConst()
2491 bool failed() { return false; } in failed()
2492 bool found(APValue &Subobj, QualType SubobjType) { in found()
2499 bool found(APSInt &Value, QualType SubobjType) { in found()
2510 bool found(APFloat &Value, QualType SubobjType) { in found()
2516 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()