Searched defs:DestroyObjectHandler (Results 1 – 1 of 1) sorted by relevance
6611 struct DestroyObjectHandler { struct6612 EvalInfo &Info;6613 const Expr *E;6614 const LValue &This;6615 const AccessKinds AccessKind;6617 typedef bool result_type;6618 bool failed() { return false; } in failed()6619 bool found(APValue &Subobj, QualType SubobjType) { in found()6623 bool found(APSInt &Value, QualType SubobjType) { in found()6627 bool found(APFloat &Value, QualType SubobjType) { in found()