reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
215 LLDB_REGISTER_CONSTRUCTOR(SBEvent, ()); 216 LLDB_REGISTER_CONSTRUCTOR(SBEvent, (uint32_t, const char *, uint32_t)); 217 LLDB_REGISTER_CONSTRUCTOR(SBEvent, (lldb::EventSP &)); 218 LLDB_REGISTER_CONSTRUCTOR(SBEvent, (lldb_private::Event *)); 219 LLDB_REGISTER_CONSTRUCTOR(SBEvent, (const lldb::SBEvent &)); 220 LLDB_REGISTER_METHOD(const lldb::SBEvent &, 222 LLDB_REGISTER_METHOD(const char *, SBEvent, GetDataFlavor, ()); 223 LLDB_REGISTER_METHOD_CONST(uint32_t, SBEvent, GetType, ()); 224 LLDB_REGISTER_METHOD_CONST(lldb::SBBroadcaster, SBEvent, GetBroadcaster, 226 LLDB_REGISTER_METHOD_CONST(const char *, SBEvent, GetBroadcasterClass, ()); 227 LLDB_REGISTER_METHOD(bool, SBEvent, BroadcasterMatchesPtr, 229 LLDB_REGISTER_METHOD(bool, SBEvent, BroadcasterMatchesRef, 231 LLDB_REGISTER_METHOD(void, SBEvent, Clear, ()); 232 LLDB_REGISTER_METHOD_CONST(bool, SBEvent, IsValid, ()); 233 LLDB_REGISTER_METHOD_CONST(bool, SBEvent, operator bool, ()); 234 LLDB_REGISTER_STATIC_METHOD(const char *, SBEvent, GetCStringFromEvent, 236 LLDB_REGISTER_METHOD(bool, SBEvent, GetDescription, (lldb::SBStream &)); 237 LLDB_REGISTER_METHOD_CONST(bool, SBEvent, GetDescription,