Searched defs:ExtractSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
3792 struct ExtractSubobjectHandler { struct3793 EvalInfo &Info;3794 const Expr *E;3795 APValue &Result;3796 const AccessKinds AccessKind;3798 typedef bool result_type;3799 bool failed() { return false; } in failed()3800 bool found(APValue &Subobj, QualType SubobjType) { in found()3806 bool found(APSInt &Value, QualType SubobjType) { in found()3810 bool found(APFloat &Value, QualType SubobjType) { in found()