Lines Matching defs:ModifySubobjectHandler
3831 struct ModifySubobjectHandler { struct
3832 EvalInfo &Info;
3833 APValue &NewVal;
3834 const Expr *E;
3836 typedef bool result_type;
3837 static const AccessKinds AccessKind = AK_Assign;
3839 bool checkConst(QualType QT) { in checkConst()
3848 bool failed() { return false; } in failed()
3849 bool found(APValue &Subobj, QualType SubobjType) { in found()
3856 bool found(APSInt &Value, QualType SubobjType) { in found()
3867 bool found(APFloat &Value, QualType SubobjType) { in found()