Lines Matching defs:ModifySubobjectHandler
3938 struct ModifySubobjectHandler { struct
3939 EvalInfo &Info;
3940 APValue &NewVal;
3941 const Expr *E;
3943 typedef bool result_type;
3944 static const AccessKinds AccessKind = AK_Assign;
3946 bool checkConst(QualType QT) { in checkConst()
3955 bool failed() { return false; } in failed()
3956 bool found(APValue &Subobj, QualType SubobjType) { in found()
3963 bool found(APSInt &Value, QualType SubobjType) { in found()
3974 bool found(APFloat &Value, QualType SubobjType) { in found()