Searched defs:ExtractSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
4148 struct ExtractSubobjectHandler { struct4149 EvalInfo &Info;4150 const Expr *E;4151 APValue &Result;4152 const AccessKinds AccessKind;4154 typedef bool result_type;4155 bool failed() { return false; } in failed()4156 bool found(APValue &Subobj, QualType SubobjType) { in found()4162 bool found(APSInt &Value, QualType SubobjType) { in found()4166 bool found(APFloat &Value, QualType SubobjType) { in found()