Lines Matching defs:IncDecSubobjectHandler
3528 struct IncDecSubobjectHandler { struct
3529 EvalInfo &Info;
3530 const UnaryOperator *E;
3531 AccessKinds AccessKind;
3532 APValue *Old;
3534 typedef bool result_type;
3536 bool checkConst(QualType QT) { in checkConst()
3545 bool failed() { return false; } in failed()
3546 bool found(APValue &Subobj, QualType SubobjType) { in found()
3575 bool found(APSInt &Value, QualType SubobjType) { in found()
3618 bool found(APFloat &Value, QualType SubobjType) { in found()
3631 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
3651 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()