Lines Matching defs:ModifySubobjectHandler
2570 struct ModifySubobjectHandler { struct
2571 EvalInfo &Info;
2572 APValue &NewVal;
2573 const Expr *E;
2575 typedef bool result_type;
2576 static const AccessKinds AccessKind = AK_Assign;
2578 bool checkConst(QualType QT) { in checkConst()
2587 bool failed() { return false; } in failed()
2588 bool found(APValue &Subobj, QualType SubobjType) { in found()
2595 bool found(APSInt &Value, QualType SubobjType) { in found()
2606 bool found(APFloat &Value, QualType SubobjType) { in found()
2612 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()