Lines Matching defs:IncDecSubobjectHandler
2884 struct IncDecSubobjectHandler { struct
2885 EvalInfo &Info;
2886 const Expr *E;
2887 AccessKinds AccessKind;
2888 APValue *Old;
2890 typedef bool result_type;
2892 bool checkConst(QualType QT) { in checkConst()
2901 bool failed() { return false; } in failed()
2902 bool found(APValue &Subobj, QualType SubobjType) { in found()
2931 bool found(APSInt &Value, QualType SubobjType) { in found()
2976 bool found(APFloat &Value, QualType SubobjType) { in found()
2989 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
3009 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()