Searched defs:ExtractSubobjectHandler (Results 1 – 2 of 2) 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()
3787 struct ExtractSubobjectHandler { struct3788 EvalInfo &Info;3789 const Expr *E;3790 APValue &Result;3791 const AccessKinds AccessKind;3793 typedef bool result_type;3794 bool failed() { return false; } in failed()3795 bool found(APValue &Subobj, QualType SubobjType) { in found()3801 bool found(APSInt &Value, QualType SubobjType) { in found()3805 bool found(APFloat &Value, QualType SubobjType) { in found()