Searched defs:CheckDynamicTypeHandler (Results 1 – 1 of 1) sorted by relevance
6028 struct CheckDynamicTypeHandler { struct6029 AccessKinds AccessKind;6030 typedef bool result_type;6031 bool failed() { return false; } in failed()6032 bool found(APValue &Subobj, QualType SubobjType) { return true; } in found()6033 bool found(APSInt &Value, QualType SubobjType) { return true; } in found()6034 bool found(APFloat &Value, QualType SubobjType) { return true; } in found()