Searched refs:eSourceFileCompletion (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h35 eSourceFileCompletion = (1u << 0), enumerator in enum:lldb_private::CommandCompletions::CommonCompletionTypes
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp33 {eSourceFileCompletion, CommandCompletions::SourceFiles},
H A DCommandObjectTarget.cpp1855 GetCommandInterpreter(), CommandCompletions::eSourceFileCompletion, member in class:CommandObjectTargetModulesSourceFileAutoComplete::CommandCompletions
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp551 CommandCompletions::eSourceFileCompletion,
601 CommandCompletions::eSourceFileCompletion,
780 2, CommandCompletions::eSourceFileCompletion, false));
H A DCommandObject.cpp1088 { eArgTypeSourceFile, "source-file", CommandCompletions::eSourceFileCompletion, { nullptr, false }, "The name of a source file.." },
H A DOptions.cpp775 if (completion_mask & CommandCompletions::eSourceFileCompletion ||

Completed in 94 milliseconds