Lines Matching defs:IncDecSubobjectHandler
4425 struct IncDecSubobjectHandler { struct
4426 EvalInfo &Info;
4427 const UnaryOperator *E;
4428 AccessKinds AccessKind;
4429 APValue *Old;
4431 typedef bool result_type;
4433 bool checkConst(QualType QT) { in checkConst()
4442 bool failed() { return false; } in failed()
4443 bool found(APValue &Subobj, QualType SubobjType) { in found()
4472 bool found(APSInt &Value, QualType SubobjType) { in found()
4515 bool found(APFloat &Value, QualType SubobjType) { in found()
4528 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()