Searched defs:ExtractSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
3902 struct ExtractSubobjectHandler { struct3903 EvalInfo &Info;3904 const Expr *E;3905 APValue &Result;3906 const AccessKinds AccessKind;3908 typedef bool result_type;3909 bool failed() { return false; } in failed()3910 bool found(APValue &Subobj, QualType SubobjType) { in found()3916 bool found(APSInt &Value, QualType SubobjType) { in found()3920 bool found(APFloat &Value, QualType SubobjType) { in found()