Searched defs:ModifySubobjectHandler (Results 1 – 1 of 1) sorted by relevance
3845 struct ModifySubobjectHandler { struct3846 EvalInfo &Info;3847 APValue &NewVal;3848 const Expr *E;3850 typedef bool result_type;3851 static const AccessKinds AccessKind = AK_Assign;3853 bool checkConst(QualType QT) { in checkConst()3862 bool failed() { return false; } in failed()3863 bool found(APValue &Subobj, QualType SubobjType) { in found()3870 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]