Searched defs:ExtractSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
2119 struct ExtractSubobjectHandler { struct2120 EvalInfo &Info;2121 APValue &Result;2123 static const AccessKinds AccessKind = AK_Read;2125 typedef bool result_type;2126 bool failed() { return false; } in failed()2127 bool found(APValue &Subobj, QualType SubobjType) { in found()2131 bool found(APSInt &Value, QualType SubobjType) { in found()2135 bool found(APFloat &Value, QualType SubobjType) { in found()2139 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()