Searched refs:OptionValueFileColonLine (Results 1 – 6 of 6) sorted by relevance
24 OptionValueFileColonLine::OptionValueFileColonLine() = default;26 OptionValueFileColonLine::OptionValueFileColonLine(llvm::StringRef input) in OptionValueFileColonLine() function in OptionValueFileColonLine32 void OptionValueFileColonLine::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()49 Status OptionValueFileColonLine::SetValueFromString(llvm::StringRef value, in SetValueFromString()133 void OptionValueFileColonLine::AutoComplete(CommandInterpreter &interpreter, in AutoComplete()
105 m_value_sp = std::make_shared<OptionValueFileColonLine>(); in Property()
19 class OptionValueFileColonLine :20 public Cloneable<OptionValueFileColonLine, OptionValue> {22 OptionValueFileColonLine();23 OptionValueFileColonLine(const llvm::StringRef input);25 ~OptionValueFileColonLine() override = default;
657 OptionValueFileColonLine value; in SetOptionValue()
465 OptionValueFileColonLine value; in SetOptionValue()
322 SRCS+= Interpreter/OptionValueFileColonLine.cpp