Home
last modified time | relevance | path

Searched refs:eSourceFileCompletion (Results 1 – 8 of 8) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DCommandCompletions.h44 eSourceFileCompletion = (1u << 0), enumerator
/external/lldb/source/Commands/
DCommandObjectSource.cpp141 …, "file", 'f', required_argument, NULL, CommandCompletions::eSourceFileCompletion, eArgTypeF…
897 …alse, "file", 'f', required_argument, NULL, CommandCompletions::eSourceFileCompletion, eArgTypeF…
DCommandObjectBreakpoint.cpp631 … false, "file", 'f', required_argument, NULL, CommandCompletions::eSourceFileCompletion, eArgTypeF…
1612 … false, "file", 'f', required_argument, NULL, CommandCompletions::eSourceFileCompletion, eArgTypeF…
DCommandCompletions.cpp40 {eSourceFileCompletion, CommandCompletions::SourceFiles},
DCommandObjectTarget.cpp2016 … CommandCompletions::eSourceFileCompletion, in HandleArgumentCompletion()
5077 … false, "file", 'f', required_argument, NULL, CommandCompletions::eSourceFileCompletion, eArgTypeF…
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp409 CommandCompletions::eSourceFileCompletion)); in LoadCommandDictionary()
436 CommandCompletions::eSourceFileCompletion)); in LoadCommandDictionary()
592 CommandCompletions::eSourceFileCompletion)); in LoadCommandDictionary()
DCommandObject.cpp1146 …{ eArgTypeSourceFile, "source-file", CommandCompletions::eSourceFileCompletion, { NULL, false }, "…
DOptions.cpp944 if (completion_mask & CommandCompletions::eSourceFileCompletion in HandleOptionArgumentCompletion()