Searched defs:ModifySubobjectHandler (Results 1 – 1 of 1) sorted by relevance
2388 struct ModifySubobjectHandler { struct2389 EvalInfo &Info;2390 APValue &NewVal;2391 const Expr *E;2393 typedef bool result_type;2394 static const AccessKinds AccessKind = AK_Assign;2396 bool checkConst(QualType QT) { in checkConst()2405 bool failed() { return false; } in failed()2406 bool found(APValue &Subobj, QualType SubobjType) { in found()2413 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]