Searched defs:ExtractSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
2348 struct ExtractSubobjectHandler { struct2349 EvalInfo &Info;2350 APValue &Result;2352 static const AccessKinds AccessKind = AK_Read;2354 typedef bool result_type;2355 bool failed() { return false; } in failed()2356 bool found(APValue &Subobj, QualType SubobjType) { in found()2360 bool found(APSInt &Value, QualType SubobjType) { in found()2364 bool found(APFloat &Value, QualType SubobjType) { in found()2368 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()