Searched defs:DestroyObjectHandler (Results 1 – 1 of 1) sorted by relevance
6603 struct DestroyObjectHandler { struct6604 EvalInfo &Info;6605 const Expr *E;6606 const LValue &This;6607 const AccessKinds AccessKind;6609 typedef bool result_type;6610 bool failed() { return false; } in failed()6611 bool found(APValue &Subobj, QualType SubobjType) { in found()6615 bool found(APSInt &Value, QualType SubobjType) { in found()6619 bool found(APFloat &Value, QualType SubobjType) { in found()