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