Searched defs:IncDecSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
4546 struct IncDecSubobjectHandler { struct4547 EvalInfo &Info;4548 const UnaryOperator *E;4549 AccessKinds AccessKind;4550 APValue *Old;4552 typedef bool result_type;4554 bool checkConst(QualType QT) { in checkConst()4563 bool failed() { return false; } in failed()4564 bool found(APValue &Subobj, QualType SubobjType) { in found()4593 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]