Searched defs:ExtractSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
2530 struct ExtractSubobjectHandler { struct2531 EvalInfo &Info;2532 APValue &Result;2534 static const AccessKinds AccessKind = AK_Read;2536 typedef bool result_type;2537 bool failed() { return false; } in failed()2538 bool found(APValue &Subobj, QualType SubobjType) { in found()2542 bool found(APSInt &Value, QualType SubobjType) { in found()2546 bool found(APFloat &Value, QualType SubobjType) { in found()2550 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()