Lines Matching defs:IncDecSubobjectHandler
4428 struct IncDecSubobjectHandler { struct
4429 EvalInfo &Info;
4430 const UnaryOperator *E;
4431 AccessKinds AccessKind;
4432 APValue *Old;
4434 typedef bool result_type;
4436 bool checkConst(QualType QT) { in checkConst()
4445 bool failed() { return false; } in failed()
4446 bool found(APValue &Subobj, QualType SubobjType) { in found()
4475 bool found(APSInt &Value, QualType SubobjType) { in found()
4518 bool found(APFloat &Value, QualType SubobjType) { in found()
4531 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()