Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObject.h72 ArgumentHelpCallbackFunction *help_callback; member
75 llvm::StringRef operator()() const { return (*help_callback)(); } in operator()
77 explicit operator bool() const { return (help_callback != nullptr); }