Searched refs:eSourceFileCompletion (Results 1 – 8 of 8) sorted by relevance
/external/lldb/include/lldb/Interpreter/ |
D | CommandCompletions.h | 44 eSourceFileCompletion = (1u << 0), enumerator
|
/external/lldb/source/Commands/ |
D | CommandObjectSource.cpp | 141 …, "file", 'f', required_argument, NULL, CommandCompletions::eSourceFileCompletion, eArgTypeF… 897 …alse, "file", 'f', required_argument, NULL, CommandCompletions::eSourceFileCompletion, eArgTypeF…
|
D | CommandObjectBreakpoint.cpp | 631 … false, "file", 'f', required_argument, NULL, CommandCompletions::eSourceFileCompletion, eArgTypeF… 1612 … false, "file", 'f', required_argument, NULL, CommandCompletions::eSourceFileCompletion, eArgTypeF…
|
D | CommandCompletions.cpp | 40 {eSourceFileCompletion, CommandCompletions::SourceFiles},
|
D | CommandObjectTarget.cpp | 2016 … CommandCompletions::eSourceFileCompletion, in HandleArgumentCompletion() 5077 … false, "file", 'f', required_argument, NULL, CommandCompletions::eSourceFileCompletion, eArgTypeF…
|
/external/lldb/source/Interpreter/ |
D | CommandInterpreter.cpp | 409 CommandCompletions::eSourceFileCompletion)); in LoadCommandDictionary() 436 CommandCompletions::eSourceFileCompletion)); in LoadCommandDictionary() 592 CommandCompletions::eSourceFileCompletion)); in LoadCommandDictionary()
|
D | CommandObject.cpp | 1146 …{ eArgTypeSourceFile, "source-file", CommandCompletions::eSourceFileCompletion, { NULL, false }, "…
|
D | Options.cpp | 944 if (completion_mask & CommandCompletions::eSourceFileCompletion in HandleOptionArgumentCompletion()
|