Lines Matching defs:IncDecSubobjectHandler
4420 struct IncDecSubobjectHandler { struct
4421 EvalInfo &Info;
4422 const UnaryOperator *E;
4423 AccessKinds AccessKind;
4424 APValue *Old;
4426 typedef bool result_type;
4428 bool checkConst(QualType QT) { in checkConst()
4437 bool failed() { return false; } in failed()
4438 bool found(APValue &Subobj, QualType SubobjType) { in found()
4467 bool found(APSInt &Value, QualType SubobjType) { in found()
4510 bool found(APFloat &Value, QualType SubobjType) { in found()
4523 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()