Lines Matching defs:ModifySubobjectHandler
3845 struct ModifySubobjectHandler { struct
3846 EvalInfo &Info;
3847 APValue &NewVal;
3848 const Expr *E;
3850 typedef bool result_type;
3851 static const AccessKinds AccessKind = AK_Assign;
3853 bool checkConst(QualType QT) { in checkConst()
3862 bool failed() { return false; } in failed()
3863 bool found(APValue &Subobj, QualType SubobjType) { in found()
3870 bool found(APSInt &Value, QualType SubobjType) { in found()
3881 bool found(APFloat &Value, QualType SubobjType) { in found()