Searched defs:DestroyObjectHandler (Results 1 – 1 of 1) sorted by relevance
6513 struct DestroyObjectHandler { struct6514 EvalInfo &Info;6515 const Expr *E;6516 const LValue &This;6517 const AccessKinds AccessKind;6519 typedef bool result_type;6520 bool failed() { return false; } in failed()6521 bool found(APValue &Subobj, QualType SubobjType) { in found()6525 bool found(APSInt &Value, QualType SubobjType) { in found()6529 bool found(APFloat &Value, QualType SubobjType) { in found()