Searched defs:ExtractSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
3811 struct ExtractSubobjectHandler { struct3812 EvalInfo &Info;3813 const Expr *E;3814 APValue &Result;3815 const AccessKinds AccessKind;3817 typedef bool result_type;3818 bool failed() { return false; } in failed()3819 bool found(APValue &Subobj, QualType SubobjType) { in found()3825 bool found(APSInt &Value, QualType SubobjType) { in found()3829 bool found(APFloat &Value, QualType SubobjType) { in found()