Searched defs:DestroyObjectHandler (Results 1 – 1 of 1) sorted by relevance
7080 struct DestroyObjectHandler { struct7081 EvalInfo &Info;7082 const Expr *E;7083 const LValue &This;7084 const AccessKinds AccessKind;7086 typedef bool result_type;7087 bool failed() { return false; } in failed()7088 bool found(APValue &Subobj, QualType SubobjType) { in found()7092 bool found(APSInt &Value, QualType SubobjType) { in found()7096 bool found(APFloat &Value, QualType SubobjType) { in found()