Searched defs:ExtractSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
3809 struct ExtractSubobjectHandler { struct3810 EvalInfo &Info;3811 const Expr *E;3812 APValue &Result;3813 const AccessKinds AccessKind;3815 typedef bool result_type;3816 bool failed() { return false; } in failed()3817 bool found(APValue &Subobj, QualType SubobjType) { in found()3823 bool found(APSInt &Value, QualType SubobjType) { in found()3827 bool found(APFloat &Value, QualType SubobjType) { in found()