Searched refs:eRemoteDiskFileCompletion (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | CommandCompletions.h | 50 eRemoteDiskFileCompletion = (1u << 22), enumerator
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectPlatform.cpp | 495 CommandCompletions::eRemoteDiskFileCompletion, request, nullptr); in HandleArgumentCompletion() 836 CommandCompletions::eRemoteDiskFileCompletion, request, nullptr); in HandleArgumentCompletion() 915 GetCommandInterpreter(), CommandCompletions::eRemoteDiskFileCompletion, in HandleArgumentCompletion() 974 CommandCompletions::eRemoteDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
|
D | CommandCompletions.cpp | 77 {eRemoteDiskFileCompletion, CommandCompletions::RemoteDiskFiles}, in InvokeCommonCompletionCallbacks()
|