Lines Matching defs:IncDecSubobjectHandler
4478 struct IncDecSubobjectHandler { struct
4479 EvalInfo &Info;
4480 const UnaryOperator *E;
4481 AccessKinds AccessKind;
4482 APValue *Old;
4484 typedef bool result_type;
4486 bool checkConst(QualType QT) { in checkConst()
4495 bool failed() { return false; } in failed()
4496 bool found(APValue &Subobj, QualType SubobjType) { in found()
4525 bool found(APSInt &Value, QualType SubobjType) { in found()
4568 bool found(APFloat &Value, QualType SubobjType) { in found()
4581 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()