Home
last modified time | relevance | path

Searched defs:completion_mask (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Interpreter/
DOptions.cpp759 uint32_t completion_mask = opt_defs[opt_defs_index].completion_type; in HandleOptionArgumentCompletion() local
/external/llvm-project/lldb/source/Commands/
DCommandCompletions.cpp50 CommandInterpreter &interpreter, uint32_t completion_mask, in InvokeCommonCompletionCallbacks()