Searched defs:ExtractSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
3795 struct ExtractSubobjectHandler { struct3796 EvalInfo &Info;3797 const Expr *E;3798 APValue &Result;3799 const AccessKinds AccessKind;3801 typedef bool result_type;3802 bool failed() { return false; } in failed()3803 bool found(APValue &Subobj, QualType SubobjType) { in found()3809 bool found(APSInt &Value, QualType SubobjType) { in found()3813 bool found(APFloat &Value, QualType SubobjType) { in found()