Searched defs:ModifySubobjectHandler (Results 1 – 1 of 1) sorted by relevance
2474 struct ModifySubobjectHandler { struct2475 EvalInfo &Info;2476 APValue &NewVal;2477 const Expr *E;2479 typedef bool result_type;2480 static const AccessKinds AccessKind = AK_Assign;2482 bool checkConst(QualType QT) { in checkConst()2491 bool failed() { return false; } in failed()2492 bool found(APValue &Subobj, QualType SubobjType) { in found()2499 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]