Home
last modified time | relevance | path

Searched refs:help_callback (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h74 ArgumentHelpCallbackFunction *help_callback; member
77 llvm::StringRef operator()() const { return (*help_callback)(); } in operator()
79 explicit operator bool() const { return (help_callback != nullptr); }