Searched defs:IncDecSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
2885 struct IncDecSubobjectHandler { struct2886 EvalInfo &Info;2887 const Expr *E;2888 AccessKinds AccessKind;2889 APValue *Old;2891 typedef bool result_type;2893 bool checkConst(QualType QT) { in checkConst()2902 bool failed() { return false; } in failed()2903 bool found(APValue &Subobj, QualType SubobjType) { in found()2932 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]