Searched defs:CheckDynamicTypeHandler (Results 1 – 1 of 1) sorted by relevance
5587 struct CheckDynamicTypeHandler { struct5588 AccessKinds AccessKind;5589 typedef bool result_type;5590 bool failed() { return false; } in failed()5591 bool found(APValue &Subobj, QualType SubobjType) { return true; } in found()5592 bool found(APSInt &Value, QualType SubobjType) { return true; } in found()5593 bool found(APFloat &Value, QualType SubobjType) { return true; } in found()