Searched defs:ExtractSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
3874 struct ExtractSubobjectHandler { struct3875 EvalInfo &Info;3876 const Expr *E;3877 APValue &Result;3878 const AccessKinds AccessKind;3880 typedef bool result_type;3881 bool failed() { return false; } in failed()3882 bool found(APValue &Subobj, QualType SubobjType) { in found()3888 bool found(APSInt &Value, QualType SubobjType) { in found()3892 bool found(APFloat &Value, QualType SubobjType) { in found()