Searched defs:ModifySubobjectHandler (Results 1 – 1 of 1) sorted by relevance
3831 struct ModifySubobjectHandler { struct3832 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()[all …]