Searched defs:ModifySubobjectHandler (Results 1 – 1 of 1) sorted by relevance
4184 struct ModifySubobjectHandler { struct4185 EvalInfo &Info;4186 APValue &NewVal;4187 const Expr *E;4189 typedef bool result_type;4190 static const AccessKinds AccessKind = AK_Assign;4192 bool checkConst(QualType QT) { in checkConst()4201 bool failed() { return false; } in failed()4202 bool found(APValue &Subobj, QualType SubobjType) { in found()4209 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]