Lines Matching defs:ModifySubobjectHandler
3828 struct ModifySubobjectHandler { struct
3829 EvalInfo &Info;
3830 APValue &NewVal;
3831 const Expr *E;
3833 typedef bool result_type;
3834 static const AccessKinds AccessKind = AK_Assign;
3836 bool checkConst(QualType QT) { in checkConst()
3845 bool failed() { return false; } in failed()
3846 bool found(APValue &Subobj, QualType SubobjType) { in found()
3853 bool found(APSInt &Value, QualType SubobjType) { in found()
3864 bool found(APFloat &Value, QualType SubobjType) { in found()