Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h73 ArgumentHelpCallbackFunction *help_callback; member
76 llvm::StringRef operator()() const { return (*help_callback)(); } in operator()
78 explicit operator bool() const { return (help_callback != nullptr); }