Lines Matching defs:IncDecSubobjectHandler
3074 struct IncDecSubobjectHandler { struct
3075 EvalInfo &Info;
3076 const Expr *E;
3077 AccessKinds AccessKind;
3078 APValue *Old;
3080 typedef bool result_type;
3082 bool checkConst(QualType QT) { in checkConst()
3091 bool failed() { return false; } in failed()
3092 bool found(APValue &Subobj, QualType SubobjType) { in found()
3121 bool found(APSInt &Value, QualType SubobjType) { in found()
3166 bool found(APFloat &Value, QualType SubobjType) { in found()
3179 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
3199 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()