Lines Matching defs:ModifySubobjectHandler
3910 struct ModifySubobjectHandler { struct
3911 EvalInfo &Info;
3912 APValue &NewVal;
3913 const Expr *E;
3915 typedef bool result_type;
3916 static const AccessKinds AccessKind = AK_Assign;
3918 bool checkConst(QualType QT) { in checkConst()
3927 bool failed() { return false; } in failed()
3928 bool found(APValue &Subobj, QualType SubobjType) { in found()
3935 bool found(APSInt &Value, QualType SubobjType) { in found()
3946 bool found(APFloat &Value, QualType SubobjType) { in found()