HomeSort by relevance Sort by last modified time
    Searched refs:g_common_completions (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Commands/
CommandCompletions.cpp 37 CommandCompletions::g_common_completions[] =
72 if (g_common_completions[i].type == eNoCompletion)
74 else if ((g_common_completions[i].type & completion_mask) == g_common_completions[i].type
75 && g_common_completions[i].callback != NULL)
78 g_common_completions[i].callback (interpreter,
  /external/lldb/include/lldb/Interpreter/
CommandCompletions.h 302 static CommonCompletionElement g_common_completions[]; member in class:lldb_private::CommandCompletions

Completed in 66 milliseconds