Lines Matching defs:IncDecSubobjectHandler
4476 struct IncDecSubobjectHandler { struct
4477 EvalInfo &Info;
4478 const UnaryOperator *E;
4479 AccessKinds AccessKind;
4480 APValue *Old;
4482 typedef bool result_type;
4484 bool checkConst(QualType QT) { in checkConst()
4493 bool failed() { return false; } in failed()
4494 bool found(APValue &Subobj, QualType SubobjType) { in found()
4523 bool found(APSInt &Value, QualType SubobjType) { in found()
4566 bool found(APFloat &Value, QualType SubobjType) { in found()
4579 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()