Searched refs:eNoCompletion (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | CommandObject.cpp | 1142 …{ eArgTypeAddress, "address", CommandCompletions::eNoCompletion, { nullptr, false }, "A valid addr… 1143 …{ eArgTypeAddressOrExpression, "address-expression", CommandCompletions::eNoCompletion, { nullptr,… 1144 …{ eArgTypeAliasName, "alias-name", CommandCompletions::eNoCompletion, { nullptr, false }, "The nam… 1145 …{ eArgTypeAliasOptions, "options-for-aliased-command", CommandCompletions::eNoCompletion, { nullpt… 1147 …{ eArgTypeBoolean, "boolean", CommandCompletions::eNoCompletion, { nullptr, false }, "A Boolean va… 1148 …{ eArgTypeBreakpointID, "breakpt-id", CommandCompletions::eNoCompletion, { BreakpointIDHelpTextCal… 1149 …{ eArgTypeBreakpointIDRange, "breakpt-id-list", CommandCompletions::eNoCompletion, { BreakpointIDR… 1150 …{ eArgTypeBreakpointName, "breakpoint-name", CommandCompletions::eNoCompletion, { BreakpointNameHe… 1151 …{ eArgTypeByteSize, "byte-size", CommandCompletions::eNoCompletion, { nullptr, false }, "Number of… 1152 …{ eArgTypeClassName, "class-name", CommandCompletions::eNoCompletion, { nullptr, false }, "Then na… [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | CommandCompletions.h | 43 eNoCompletion = 0u, enumerator
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandCompletions.cpp | 49 {eNoCompletion, NULL} // This one has to be last in the list. 72 if (g_common_completions[i].type == eNoCompletion) in InvokeCommonCompletionCallbacks()
|