Lines Matching defs:IncDecSubobjectHandler
4546 struct IncDecSubobjectHandler { struct
4547 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()
4636 bool found(APFloat &Value, QualType SubobjType) { in found()
4651 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()