Searched defs:CheckDynamicTypeHandler (Results 1 – 1 of 1) sorted by relevance
5494 struct CheckDynamicTypeHandler { struct5495 AccessKinds AccessKind;5496 typedef bool result_type;5497 bool failed() { return false; } in failed()5498 bool found(APValue &Subobj, QualType SubobjType) { return true; } in found()5499 bool found(APSInt &Value, QualType SubobjType) { return true; } in found()5500 bool found(APFloat &Value, QualType SubobjType) { return true; } in found()